Commit Graph

175 Commits (272fe31414e27c42fb530c9e2965888e6d41e46d)
 

Author SHA1 Message Date
x86kernel 272fe31414 error handling 8 years ago
x86kernel e70eb62d35 Colorize Response for html 8 years ago
Adam Tauber 93274c1621 Merge pull request #93 from MrSaints/fix-host-header
Fix `Host` header not being sent
8 years ago
Ian Lai 164c4ed19d Fix `Host` header not being sent
See: https://github.com/golang/go/issues/7682

Custom headers are set using `headers.Set(..)`.
When it comes to the `Host` header however, this will have no impact
because the request uses the `Host` field from `Request`. If it is
not set, then `URL.Host` will be used.

This commit will make `wuzz` behaviour consistent with cURL.
8 years ago
Adam Tauber 07ede4e6f1 [mod] display response formatting errors instead of exit 8 years ago
Adam Tauber 8b38235ec1 [fix] termbox sync after opening external editor
The full restart of termbox messes up keybindings. Seems Sync() is enough
to restore console settings and it handles keybindings too.
8 years ago
Adam Tauber 34509b049a [fix] override default config.Editor with $EDITOR env var even without config file 8 years ago
Adam Tauber 7c16d9db3c [mod] alphabetical order of config/help items 8 years ago
Adam Tauber 66c0d9baf3 [enh] add openEditor command 8 years ago
Adam Tauber a10aa8433e Merge pull request #91 from potato/master
multipart form with file upload
8 years ago
potato fc372716b4 [fix] shows error on non-existent file path; help message; removed accept-types header 8 years ago
potato 2d9dcc9303 [enh] added multipart/form-data requests with file upload capability 8 years ago
Adam Tauber e6f5674df2 [mod] fallback to grayscale if 8 color initialization fails 8 years ago
Adam Tauber fa4c1e8592 [mod] fallback to 8 color mode if 256 color initialization fails 8 years ago
Adam Tauber f3efa161d8 [doc] update config sample 8 years ago
Adam Tauber 0e747e8c35 Merge pull request #74 from zbb93/master
#65 - Save Requests
8 years ago
Zac Bowen 9f00f49e06 Modified OpenSaveDialog to accept callback function and title to reduce duplicate code. 8 years ago
Zac Bowen b546656305 Added CTRL-q to close save request dialog 8 years ago
Zac Bowen a410145687 Request map now uses string constants instead of hardcoded strings for keys. 8 years ago
Zac Bowen 2021cb615e #65 Implemented functionality that allows a request to be saved to/read from a json file. 8 years ago
Adam Tauber 231f1db55f [enh] v0.3.0 8 years ago
Adam Tauber 421e1e60e3 [fix] do not draw background for selected text 8 years ago
Adam Tauber be3e5197eb [fix] remove inseure flag from tls example in help text 8 years ago
Adam Tauber a589db3efc [fix] remove tabs from help text 8 years ago
Adam Tauber ecde828bd6 [enh] add new statusline functions 8 years ago
Adam Tauber 845626567d [fix] initialize statusline with default config - closes #86 8 years ago
Adam Tauber 68e9328590 Merge pull request #85 from pradeepchhetri/cleanups
Minor cleanups
8 years ago
Pradeep Chhetri 371b4cce37 Minor cleanups 8 years ago
Adam Tauber 760d7739f1 [enh] add request duration to statusline 8 years ago
Adam Tauber 54d532497d [enh] add statusline 8 years ago
Adam Tauber aab7f36262 [fix] gofmt 8 years ago
Adam Tauber 0a5749815d Merge branch 'autocomplete'
closes #80
8 years ago
Adam Tauber a8baa739d2 [fix] autocomplete positioning 8 years ago
Benaiah Mischenko ec9e472797 Autocomplete request headers 8 years ago
Adam Tauber efc1a4b97e Merge pull request #83 from Benaiah/sample-config-defaults
Make sample config have default config settings
8 years ago
Benaiah Mischenko 9ed7a7d404 Make sample config have default config settings 8 years ago
Adam Tauber 2e10685f7d Merge pull request #79 from udhos/master
Restrict allowed TLS versions.
8 years ago
Everton Marques 5a78cc8930 Fix go vet complaint. 8 years ago
Everton Marques 4d5bc7f55f Cleanup: remove redundant text. 8 years ago
Everton Marques 4e2c20a29d cURL flags, global var in uppercase, break arg parsing by returning error. 8 years ago
Everton Marques c30e7a09ae Restrict allowed TLS versions. 8 years ago
Adam Tauber 3e3f1142e3 [enh] ability to disable following redirections 8 years ago
Adam Tauber ed86f0e1ac [fix] import order 8 years ago
Adam Tauber 85147bed2d [enh] add socks proxy support - closes #77 8 years ago
Adam Tauber 711176ab44 [fix] allow empty URL scheme 8 years ago
Adam Tauber 7ddc409929 [fix] disable infinite down scroll - fixes #31 8 years ago
Adam Tauber 34e53c339b [enh] curl compatibility: add -x, --proxy flags to modify HTTP proxy - closes #73 8 years ago
Adam Tauber 4f308726ce [doc] update keybindings in help text 8 years ago
Adam Tauber 1969400729 [enh] curl compatibility: -k flag alias for --insecure 8 years ago
Adam Tauber 5a15ac3fbd Merge pull request #58 from dsalahutdinov/master
feature: result formatter extensibility with minor refactor and sever…
8 years ago