Commit Graph

229 Commits (master)
 

Author SHA1 Message Date
Adam Tauber 82d1ae6412 [enh] add context specific search functionality 7 years ago
Adam Tauber f652335a16 [doc] todo and install updates - closes #97 7 years ago
Adam Tauber 66c5aa2526 Merge pull request #98 from x86kernel/master
Colorize Response for html
7 years ago
x86kernel cd9fe21b90 import errors 7 years ago
x86kernel 272fe31414 error handling 7 years ago
x86kernel e70eb62d35 Colorize Response for html 7 years ago
Adam Tauber 93274c1621 Merge pull request #93 from MrSaints/fix-host-header
Fix `Host` header not being sent
7 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.
7 years ago
Adam Tauber 07ede4e6f1 [mod] display response formatting errors instead of exit 7 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.
7 years ago
Adam Tauber 34509b049a [fix] override default config.Editor with $EDITOR env var even without config file 7 years ago
Adam Tauber 7c16d9db3c [mod] alphabetical order of config/help items 7 years ago
Adam Tauber 66c0d9baf3 [enh] add openEditor command 7 years ago
Adam Tauber a10aa8433e Merge pull request #91 from potato/master
multipart form with file upload
7 years ago
potato fc372716b4 [fix] shows error on non-existent file path; help message; removed accept-types header 7 years ago
potato 2d9dcc9303 [enh] added multipart/form-data requests with file upload capability 7 years ago
Adam Tauber e6f5674df2 [mod] fallback to grayscale if 8 color initialization fails 7 years ago
Adam Tauber fa4c1e8592 [mod] fallback to 8 color mode if 256 color initialization fails 7 years ago
Adam Tauber f3efa161d8 [doc] update config sample 7 years ago
Adam Tauber 0e747e8c35 Merge pull request #74 from zbb93/master
#65 - Save Requests
7 years ago
Zac Bowen 9f00f49e06 Modified OpenSaveDialog to accept callback function and title to reduce duplicate code. 7 years ago
Zac Bowen b546656305 Added CTRL-q to close save request dialog 7 years ago
Zac Bowen a410145687 Request map now uses string constants instead of hardcoded strings for keys. 7 years ago
Zac Bowen 2021cb615e #65 Implemented functionality that allows a request to be saved to/read from a json file. 7 years ago
Adam Tauber 231f1db55f [enh] v0.3.0 7 years ago
Adam Tauber 421e1e60e3 [fix] do not draw background for selected text 7 years ago
Adam Tauber be3e5197eb [fix] remove inseure flag from tls example in help text 7 years ago
Adam Tauber a589db3efc [fix] remove tabs from help text 7 years ago
Adam Tauber ecde828bd6 [enh] add new statusline functions 7 years ago
Adam Tauber 845626567d [fix] initialize statusline with default config - closes #86 7 years ago
Adam Tauber 68e9328590 Merge pull request #85 from pradeepchhetri/cleanups
Minor cleanups
7 years ago
Pradeep Chhetri 371b4cce37 Minor cleanups 7 years ago
Adam Tauber 760d7739f1 [enh] add request duration to statusline 7 years ago
Adam Tauber 54d532497d [enh] add statusline 7 years ago
Adam Tauber aab7f36262 [fix] gofmt 7 years ago
Adam Tauber 0a5749815d Merge branch 'autocomplete'
closes #80
7 years ago
Adam Tauber a8baa739d2 [fix] autocomplete positioning 7 years ago
Benaiah Mischenko ec9e472797 Autocomplete request headers 7 years ago
Adam Tauber efc1a4b97e Merge pull request #83 from Benaiah/sample-config-defaults
Make sample config have default config settings
7 years ago
Benaiah Mischenko 9ed7a7d404 Make sample config have default config settings 7 years ago
Adam Tauber 2e10685f7d Merge pull request #79 from udhos/master
Restrict allowed TLS versions.
7 years ago
Everton Marques 5a78cc8930 Fix go vet complaint. 7 years ago
Everton Marques 4d5bc7f55f Cleanup: remove redundant text. 7 years ago
Everton Marques 4e2c20a29d cURL flags, global var in uppercase, break arg parsing by returning error. 7 years ago
Everton Marques c30e7a09ae Restrict allowed TLS versions. 7 years ago
Adam Tauber 3e3f1142e3 [enh] ability to disable following redirections 7 years ago
Adam Tauber ed86f0e1ac [fix] import order 7 years ago
Adam Tauber 85147bed2d [enh] add socks proxy support - closes #77 7 years ago
Adam Tauber 711176ab44 [fix] allow empty URL scheme 7 years ago
Adam Tauber 7ddc409929 [fix] disable infinite down scroll - fixes #31 7 years ago