Jakub Roztocil
1828da6a50
Update --stream
example comment
2020-12-21 12:17:04 +01:00
Jakub Roztocil
0629f2ff42
Fix --stream
example II
2020-12-21 12:14:41 +01:00
Jakub Roztocil
d71b7eee81
Fix --stream
example
...
Close #1002
2020-12-21 12:12:11 +01:00
Jakub Roztocil
2409077a6d
Clarify
2020-12-21 11:51:19 +01:00
Kevin Velghe
02971b938d
Fix documentation on file upload ( #1000 )
...
As documented later on in "File upload forms", the correct syntax to set
the mimetype of the upload is `field@file;type=filetype`
2020-12-21 11:47:47 +01:00
xcodz-dot
5d8bd0da7c
python -m pip ( #1005 )
2020-12-21 11:38:00 +01:00
Jakub Roztocil
311a5ede70
Simplify Hello World
2020-10-29 10:07:45 +01:00
Jakub Roztocil
f64c90010f
Simplify Hello World
2020-10-29 10:06:26 +01:00
Jakub Roztocil
8456ddb27c
Update brew instructions for dev
2020-10-25 21:48:09 +01:00
Jakub Roztocil
cf254680b7
Update homebrew
2020-10-25 21:43:20 +01:00
Jakub Roztocil
1573058811
v2.3.0
2020-10-25 21:12:38 +01:00
Jakub Roztocil
a69d6f44fd
New Twitter handle — @httpie
2020-10-03 11:01:08 +02:00
Jakub Roztocil
507cd6e255
Fix table formatting
...
reStructuredText is a mess
2020-09-29 21:26:38 +02:00
Jakub Roztocil
75f1e02215
README
2020-09-28 12:55:39 +02:00
Jakub Roztocil
6925d930da
Add support for streamed uploads, --chunked, finish --multipart, etc.
...
Close #201
Close #753
Close #684
Close #903
Related: #452
2020-09-28 12:16:57 +02:00
Jakub Roztocil
e4e40e5b06
Request content type
2020-09-25 14:44:22 +02:00
Jakub Roztocil
100872b5cf
pep8
2020-08-19 10:39:13 +02:00
Jakub Roztocil
664cebfbcc
Update README.rst
2020-08-19 10:31:20 +02:00
Jakub Roztocil
743f9738a3
Update README.rst
2020-08-19 10:30:40 +02:00
Jakub Roztocil
69445c106c
Cleanup
2020-08-19 10:25:47 +02:00
Jakub Roztocil
1813cf6156
Add --multipart
and --boundary
2020-08-19 10:22:50 +02:00
Jakub Roztocil
a23b0e39e5
Update README.rst
2020-08-17 13:34:23 +02:00
Jakub Roztocil
06dec4e6c6
Update README.rst
2020-08-17 13:31:51 +02:00
Jakub Roztocil
1e1dbfeba0
Update README.rst
2020-08-17 13:14:52 +02:00
Jakub Roztocil
6cd934d1b8
Add support for multipart upload streaming
...
Close #684 , #201
2020-08-15 17:50:00 +02:00
Jakub Roztocil
d32c8cab12
Syntax
2020-08-15 15:34:31 +02:00
Jakub Roztocil
5ce7c190e9
Add a --quiet
example
2020-08-15 15:33:24 +02:00
Jakub Roztocil
1aa1366f99
Finish --quiet
2020-08-15 15:26:29 +02:00
Nicolas Beltran
c90d039a0b
fixed issues related to downloading and using quiet at the same time
2020-08-15 15:26:29 +02:00
Nicolas Beltran
7e38f9ccf0
Added additional tests for flag and better documentation
2020-08-15 15:26:29 +02:00
Nicolas Beltran
61e7cd786e
Added a documentation entry and modified CHANGELOG
2020-08-15 15:26:29 +02:00
Nguyễn Hồng Quân
ebf2139fd5
Introduce CurliPie to convert from cURL to HTTPie ( #843 )
2020-08-14 15:27:49 +02:00
Syed
a448b0d928
Fix minor typos in the README and CONTRIBUTING docs ( #956 )
...
* Fix typo in CONTRIBUTING docs
* Fix minor typo in README (exists --> exits)
2020-07-16 22:47:39 +02:00
Katherine Bancroft
0541490dda
Add test to test auth plugin reused in session ( #938 )
...
* Add test to test auth plugin reused in session
* Remove unnecessary assertion in auth-plugin test
* Fixed auth test to use same session file
* Add test for password prompt behaviour in session
* Edit auth readme for plugin clarity
2020-07-10 12:48:26 +02:00
Jakub Roztocil
55d7af86fd
Install requests[socks] by default for out of the box SOCKS support
...
Close #904
2020-06-19 00:56:30 +02:00
Andrew
978aace86c
Update README.rst ( #737 )
2020-06-19 00:25:29 +02:00
Jakub Roztocil
ecdeffe7c8
CHANGELOG + README
2020-06-18 23:23:10 +02:00
Katherine Bancroft
9500ce136a
Combine cookies from original request and session file
...
Close #932
Co-authored-by: kbanc <katherine.bancoft@gmail.com>
Co-authored-by: Gabriel Cruz <gabs.oficial98@gmail.com>
2020-06-18 23:17:33 +02:00
Jakub Roztocil
5945845420
v2.2.0
2020-06-18 22:20:12 +02:00
Jakub Roztocil
3ee5b49256
Update README.rst
2020-06-18 10:58:13 +02:00
Jakub Roztocil
bb024757b6
Clarify config docs
2020-06-16 13:33:14 +02:00
Carlo Sciolla
c4627cc882
Custom file upload MIME type ( #927 )
...
* Support curl-like syntax for custom MIME type for files
In order to specify a custom MIME type for file uploads, a syntax
similar to that used by cURL is used so that
http -F test_file@/path/to/file.bin;type=application/zip https://...
forwards the user-provided file type if provided, otherwise falling
back to the usual guesswork out of the file extension.
2020-06-08 17:59:41 +02:00
Jakub Roztocil
492687b0da
Add stable docs link icon
2020-05-28 14:30:56 +02:00
Jakub Roztocil
caeef2fb7c
Use :
instead of =
in `--format-options
2020-05-28 14:24:15 +02:00
Jakub Roztocil
c2a0cef76e
Add --format-options to allow disabling sorting, etc.
...
#128
2020-05-27 16:01:17 +02:00
Jakub Roztocil
165dc36f8d
Add examples
2020-05-23 13:38:28 +02:00
Jakub Roztocil
5df3a91619
Add examples
2020-05-23 13:37:47 +02:00
Jakub Roztocil
7dbceafc01
Add docs for the https
command alias
2020-05-23 13:34:59 +02:00
Jakub Roztocil
d62d6a77d1
Add support for --ciphers ( #870 )
2020-05-23 13:26:06 +02:00
Jakub Roztocil
7b676dd583
Update ~/.httpie references to ~/.config/httpie
2020-05-21 15:56:53 +02:00