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
Ash Holland
5af0874ed3
Support (part of) the XDG Base Directory Specification ( #920 )
...
On Unix-like systems, the configuration file now lives in
$XDG_CONFIG_HOME/httpie/ by default, not ~/.httpie/ (the behaviour on
Windows is unchanged). The previous location is still checked, in order
to support existing installations.
Searching $XDG_CONFIG_DIRS is still not supported.
Fixes #145 ; supersedes #436 .
2020-05-21 15:50:00 +02:00
Jakub Roztocil
b2044fc18d
Update README.rst
2020-04-24 12:15:19 +02:00
Jakob Krigovsky
e83e275dff
Fix spelling of “GitHub” ( #899 )
2020-04-20 17:45:51 +02:00
Jakub Roztocil
70a78249c1
2.1.0
...
#488 #840 #895
2020-04-18 12:54:40 +02:00
Jakub Roztocil
3af5f1f305
Add an --offline
example
2020-04-16 11:47:56 +02:00
Jakub Roztocil
770976a66e
Add --path-as-is
docs
2020-04-16 11:29:58 +02:00
Jakub Roztocil
29b692d597
Add --offline
mode docs
2020-04-16 11:29:33 +02:00
Jakub Roztocil
4f32b76223
Readme WIP
2020-04-15 18:07:43 +02:00
Jakub Roztocil
cdf691c212
Change default JSON Accept
to application/json, */*;q=0.5
...
Close #488
2020-04-13 22:12:06 +02:00
Doug Beney
14fe7dbb27
apt ( #890 )
...
Co-authored-by: Doug Beney <contact@dougie.io>
2020-04-13 18:15:16 +02:00
Jakub Roztocil
c73858b9c3
Update examples
2020-03-27 10:03:30 +01:00
Jakub Roztocil
7340b2b64d
Update --download doc
2020-03-27 10:03:30 +01:00
Jakub Roztocil
5d628756ab
Update Python version info
2020-01-12 11:00:25 +01:00
Jakub Roztocil
f1ab816ecd
Tweak querystring parameters doc
2019-12-03 12:23:33 +01:00
onnadi-sa
ab2bda3ffe
Fix typo ( #808 )
2019-12-02 18:04:52 +01:00
Jakub Roztocil
f202f338a4
Remove automatic config file creation to avoid concurrency issues.
...
Close #788
Close #812
2019-12-02 17:43:16 +01:00
Jakub Roztocil
85da430d16
codecov
2019-09-18 11:09:46 +02:00
Jakub Roztocil
0252c2642e
Build badge
2019-09-10 14:24:55 +02:00
Jakub Roztocil
b53ace480a
Build on push via GitHub Actions
2019-09-10 14:18:06 +02:00
Jakub Roztocil
79b0f65fef
Build on push via GitHub Actions
2019-09-10 14:14:39 +02:00
Jakub Roztocil
3ea75a3577
Document $ALL_PROXY
support ( close #676 )
...
It’s been supported by python-requests since v2.11.0 (2016-08-08)
d79024f246/HISTORY.md (2110-2016-08-08)
2019-08-31 12:31:32 +02:00
Jakub Roztocil
1dc67a6a38
Allow bypassing .netrc with --ignore-netrc
( close #730 )
2019-08-31 12:09:17 +02:00
Jakub Roztocil
63df735fef
Update links to HTTPS
2019-08-30 10:07:01 +02:00
Jakub Roztocil
ced9212c1f
Allow stdin to be a closed fd #791
2019-08-29 13:39:42 +02:00
Jakub Roztocil
8e04a24b90
Reintroduce $ https
command alias with https://
as default scheme
...
Close #608
2019-08-29 13:08:02 +02:00
Jakub Roztocil
2deaccf2d1
README
2019-08-29 10:21:13 +02:00
Jakub Roztocil
46c4f4e225
README
2019-08-29 10:20:45 +02:00
Jakub Roztocil
2d16494845
README
2019-08-29 10:16:39 +02:00
Jakub Roztocil
05fc9c480a
Remove the default 30-second connection timeout limit
2019-08-29 09:57:00 +02:00
Jakub Roztocil
a969013bdd
Disable default max headers limit and add --max-headers ( closes #802 )
2019-08-29 09:39:19 +02:00
Jakub Roztocil
b3d2c1876e
Python 2.7 support removal WIP
2019-08-29 08:53:56 +02:00
Jakub Roztocil
fa96041ec8
Update README.rst
2019-08-28 11:05:07 +02:00
Jakub Roztocil
fd6e87914c
README
2019-06-24 12:36:08 +02:00
Jakub Roztocil
df36d6255d
Changed the way the output filename is generated
...
When ``--download`` without ``--output`` results in a redirect,
now only the initial URL is considered, not the final one.
2019-06-24 12:20:09 +02:00
Harkirat Singh
fd44f1af93
Updated Readme to fix a typo ( #767 )
2019-04-10 13:21:37 +02:00
Jakub Roztocil
b6309547d5
Add a bash here string example
2019-03-11 08:41:24 +01:00
Jakub Roztocil
b7c8bf0800
Add animation by @loranallensmith
2019-02-03 15:27:17 +01:00
Jakub Roztocil
d1407baf76
Add make pdf
2018-11-14 13:06:10 +01:00
Vladimir Berkutov
a7d570916d
#722 : Add support for tls1.3 ( #724 )
...
* #722 : Add support for tls1.3
* #722 : Document the potential support for tls1.3
2018-11-02 14:57:53 +01:00
Ankit R. Gadiya
91961c6b51
Fixed some lines ( #723 )
2018-10-31 19:17:44 +01:00
0xflotus
55530c8c6d
fixed output for escaping rules ( #700 )
2018-09-03 20:04:18 +02:00
Jakub Roztocil
137889a267
Doc improvements
2018-05-30 14:07:52 +02:00
Jakub Roztocil
c9c6f0fae5
Formatting
2018-05-30 14:02:46 +02:00
Jakub Roztocil
6fd1ea0e5a
Section ordering
2018-05-30 13:56:35 +02:00
Jakub Roztocil
8f7676a2a9
Add Cookies section to the docs
2018-05-30 13:55:06 +02:00
Theodore Dubois
8ca333dda0
Use parentheses in describing sessions ( #664 )
...
It's a little more readable than using em dashes.
2018-04-11 20:04:02 -05:00
Jakub Roztocil
ec899d70b7
Removed Python 2.6 support
...
* Travis CI doesn't support it anymore.
* It had EOL more than 4 years ago
2017-12-28 18:03:37 +01:00
Jakub Roztocil
4d3b4fa0be
Fix rst
2017-12-22 14:48:08 +01:00
Jakub Roztocil
27c557e983
Update README.rst
...
test
2017-12-22 14:40:48 +01:00
Jakub Roztocil
4b61108005
Remove AppVeyor II.
2017-12-22 14:35:23 +01:00
Jakub Roztocil
8b189725fd
Remove AppVeyor
...
@appveyor https://help.appveyor.com/discussions/problems/10507-pip-install-fails-with-access-is-denied-error
2017-12-22 14:34:20 +01:00
Ildar Sagdejev
1719ebded6
Fix README ( #641 )
2017-12-22 03:37:04 +01:00
Jakub Roztocil
c5d6a4ad8e
OS X => macOS
...
Close #634
2017-12-17 19:45:46 +01:00
Randy Ramos
9af833da30
List DNF as Fedora package manager in README
2017-10-02 16:55:35 -04:00
Jakub Roztocil
dfe6245cd6
Update AppVeyor
2017-09-07 13:57:15 +02:00
Jakub Roztocil
643735ef23
Fix Gitter link
...
Close #590
2017-09-06 01:14:56 +02:00
Jakub Roztocil
e993f83355
Merge pull request #589 from alappe/patch-1
...
Update README.rst, fix typo…
2017-07-20 07:53:30 +02:00
David Oliver
8d3f09497b
Fix sentence on overriding default timeout in readme
2017-06-30 14:54:49 +02:00
Andreas Lappe
31c78c2885
Update README.rst
2017-06-26 13:00:46 +02:00
Jakub Roztocil
d99e1ff492
Fix link
2017-03-12 13:31:03 +01:00
Jakub Roztocil
c948f98b05
Update links
2017-03-10 11:27:38 +01:00
Jakub Roztocil
f74670fac1
Update README.rst
2017-03-01 12:40:26 +01:00
Roberto Desideri
244ad15c92
Update pip official website url
2017-02-09 15:25:07 +01:00
Jakub Roztocil
b1b4743663
Merge pull request #555 from rootulp/patch-1
...
Gitter Badge: flat-square style
2017-02-07 20:50:01 +01:00
Robert Benjamin
9261167a1f
Fix typo in the docs
2017-02-02 11:45:58 -08:00
Rootul Patel
519654e21b
Gitter Badge: flat-square style
...
To match the other badges
2017-01-22 20:58:58 +00:00
Jakub Roztocil
97804802c0
Alternatives
2016-12-17 03:10:52 +01:00
Jakub Roztocil
c9296a9a45
Added link to httpcat
2016-12-17 03:06:48 +01:00
Jakub Roztocil
64a41c2601
README
2016-12-17 03:04:59 +01:00
Jakub Roztocil
0af6ae1be4
Fix PyPi README rendering
...
Close #540
2016-12-09 00:26:55 +01:00
Jakub Roztocil
d0fc10cf1a
AWS / Amazon S3 auth plugin link
2016-12-08 21:48:38 +01:00
Jakub Roztocil
f133dbf22c
Update README with new plugin repos location
2016-12-08 21:48:11 +01:00
Jakub Roztocil
9d93b07a9d
Redme
2016-12-08 05:38:25 +01:00
Jakub Roztocil
fb3a26586a
Fix --auth-type help
2016-12-08 05:16:22 +01:00
Jakub Roztocil
da59381b0b
Fix PyPi link
2016-12-07 18:54:53 +01:00
Jakub Roztocil
6de2d6c2cb
Docs
2016-12-07 06:20:01 +01:00
Jakub Roztocil
b9b033ed0c
Docs
2016-12-07 06:00:51 +01:00
Jakub Roztocil
64d6363565
Docs
2016-12-07 05:59:27 +01:00
Jakub Roztocil
923b7acbe6
Docs
2016-12-07 05:56:53 +01:00
Ryan Lee
4fef4b9a75
Update README.rst
...
Change "you shell" to "your shell"
2016-10-28 12:02:21 +08:00
Jakub Roztocil
64f6f69037
Add Twitter link
2016-09-17 15:58:05 +02:00
Jakub Roztocil
497a91711a
README
2016-09-12 09:13:37 +02:00
Jakub Roztocil
f515ef72d0
README
2016-09-12 09:12:07 +02:00
Jakub Roztocil
22a2fddc79
README
2016-09-12 08:59:55 +02:00
Jakub Roztocil
1847eaa299
Updated config docs
2016-09-11 18:48:56 +02:00
Jakub Roztocil
e387c1d43e
Updated config docs
2016-09-11 18:46:33 +02:00
Jakub Roztocil
fc6d89913f
README
2016-09-11 11:39:03 +02:00
Jakub Roztocil
d584686744
README
2016-09-11 01:16:07 +02:00
Josh Ellithorpe
c4b309164f
Updated README.rst to add Arch Linux install docs.
2016-08-13 19:08:37 -07:00