Commit Graph

166 Commits

Author SHA1 Message Date
Adam Tauber
a10aa8433e Merge pull request #91 from potato/master
multipart form with file upload
2017-03-17 21:01:35 +01:00
potato
fc372716b4 [fix] shows error on non-existent file path; help message; removed accept-types header 2017-03-17 19:19:50 +01:00
potato
2d9dcc9303 [enh] added multipart/form-data requests with file upload capability 2017-03-16 22:05:30 +01:00
Adam Tauber
e6f5674df2 [mod] fallback to grayscale if 8 color initialization fails 2017-03-14 05:26:30 +01:00
Adam Tauber
fa4c1e8592 [mod] fallback to 8 color mode if 256 color initialization fails 2017-03-14 02:07:55 +01:00
Adam Tauber
f3efa161d8 [doc] update config sample 2017-03-13 11:07:29 +01:00
Adam Tauber
0e747e8c35 Merge pull request #74 from zbb93/master
#65 - Save Requests
2017-03-13 10:35:54 +01:00
Zac Bowen
9f00f49e06 Modified OpenSaveDialog to accept callback function and title to reduce duplicate code. 2017-03-10 21:22:50 -06:00
Zac Bowen
b546656305 Added CTRL-q to close save request dialog 2017-03-10 18:45:49 -06:00
Zac Bowen
a410145687 Request map now uses string constants instead of hardcoded strings for keys. 2017-03-10 18:45:49 -06:00
Zac Bowen
2021cb615e #65 Implemented functionality that allows a request to be saved to/read from a json file. 2017-03-10 18:45:49 -06:00
Adam Tauber
231f1db55f [enh] v0.3.0 2017-03-07 23:33:01 +01:00
Adam Tauber
421e1e60e3 [fix] do not draw background for selected text 2017-03-07 22:18:29 +01:00
Adam Tauber
be3e5197eb [fix] remove inseure flag from tls example in help text 2017-03-07 01:32:14 +01:00
Adam Tauber
a589db3efc [fix] remove tabs from help text 2017-03-07 01:09:58 +01:00
Adam Tauber
ecde828bd6 [enh] add new statusline functions 2017-03-07 01:09:25 +01:00
Adam Tauber
845626567d [fix] initialize statusline with default config - closes #86 2017-03-07 00:54:42 +01:00
Adam Tauber
68e9328590 Merge pull request #85 from pradeepchhetri/cleanups
Minor cleanups
2017-03-06 02:21:45 +01:00
Pradeep Chhetri
371b4cce37 Minor cleanups 2017-03-06 00:54:47 +05:30
Adam Tauber
760d7739f1 [enh] add request duration to statusline 2017-03-04 04:13:53 +01:00
Adam Tauber
54d532497d [enh] add statusline 2017-03-04 03:25:48 +01:00
Adam Tauber
aab7f36262 [fix] gofmt 2017-03-03 21:43:50 +01:00
Adam Tauber
0a5749815d Merge branch 'autocomplete'
closes #80
2017-03-03 21:06:45 +01:00
Adam Tauber
a8baa739d2 [fix] autocomplete positioning 2017-03-03 20:21:37 +01:00
Benaiah Mischenko
ec9e472797 Autocomplete request headers 2017-03-03 20:21:37 +01:00
Adam Tauber
efc1a4b97e Merge pull request #83 from Benaiah/sample-config-defaults
Make sample config have default config settings
2017-03-03 19:05:21 +01:00
Benaiah Mischenko
9ed7a7d404 Make sample config have default config settings 2017-03-03 09:50:06 -08:00
Adam Tauber
2e10685f7d Merge pull request #79 from udhos/master
Restrict allowed TLS versions.
2017-03-02 21:36:18 +01:00
Everton Marques
5a78cc8930 Fix go vet complaint. 2017-03-02 17:29:12 -03:00
Everton Marques
4d5bc7f55f Cleanup: remove redundant text. 2017-03-02 17:12:49 -03:00
Everton Marques
4e2c20a29d cURL flags, global var in uppercase, break arg parsing by returning error. 2017-03-02 17:11:07 -03:00
Everton Marques
c30e7a09ae Restrict allowed TLS versions. 2017-03-02 17:09:12 -03:00
Adam Tauber
3e3f1142e3 [enh] ability to disable following redirections 2017-03-02 02:48:47 +01:00
Adam Tauber
ed86f0e1ac [fix] import order 2017-03-01 05:18:17 +01:00
Adam Tauber
85147bed2d [enh] add socks proxy support - closes #77 2017-03-01 05:17:57 +01:00
Adam Tauber
711176ab44 [fix] allow empty URL scheme 2017-02-25 18:22:28 +01:00
Adam Tauber
7ddc409929 [fix] disable infinite down scroll - fixes #31 2017-02-25 03:38:47 +01:00
Adam Tauber
34e53c339b [enh] curl compatibility: add -x, --proxy flags to modify HTTP proxy - closes #73 2017-02-24 22:32:02 +01:00
Adam Tauber
4f308726ce [doc] update keybindings in help text 2017-02-24 22:05:45 +01:00
Adam Tauber
1969400729 [enh] curl compatibility: -k flag alias for --insecure 2017-02-24 22:04:23 +01:00
Adam Tauber
5a15ac3fbd Merge pull request #58 from dsalahutdinov/master
feature: result formatter extensibility with minor refactor and sever…
2017-02-24 21:44:34 +01:00
Salahutdinov Dmitry
e6e364370d feature: result formatter extensibility with minor refactor and several testsy 2017-02-24 21:23:57 +05:00
Adam Tauber
e965e65506 Merge pull request #71 from nwidger/master
Use mime.ParseMediaType to parse Content-Type header
2017-02-23 01:58:05 +01:00
nwidger
c80a740d57 Use mime.ParseMediaType to parse Content-Type header
In addition, detection of JSON bodies has been expanded to include
both "application/json" as well as any Content-Type ending in "+json".
This should catch all JSON media types as registered in the IANA Media
Type registry located here:

http://www.iana.org/assignments/media-types/media-types.xhtml
2017-02-22 19:46:44 -05:00
Adam Tauber
15bccf5632 [enh] more flexible json content-type detection - closes #67 2017-02-23 01:05:02 +01:00
Adam Tauber
56b3a1a4ea [fix] delete word off-by-one 2017-02-22 07:28:40 +01:00
Adam Tauber
d8a8ca2d97 [fix] set valid cursor position on 2017-02-22 05:32:36 +01:00
Adam Tauber
f1acb28e73 [fix] correct home/end positions for long lines 2017-02-22 04:46:33 +01:00
Adam Tauber
7f60f36194 [enh] add "delete word" command and bind to ctrl+w by default 2017-02-22 03:55:29 +01:00
Adam Tauber
1e666b8541 [enh] implement "delete line" functionality and bind to ctrl+d by default 2017-02-22 02:54:23 +01:00