Jakub Roztocil
b7767b3c62
workflow
2019-09-10 13:36:02 +02:00
Jakub Roztocil
a5d9a839e5
coveralls token
2019-09-10 13:20:09 +02:00
Jakub Roztocil
2ffd8d9d9b
workflow
2019-09-10 13:10:29 +02:00
Jakub Roztocil
7f80408945
Update pythonpackage.yml
2019-09-10 12:49:46 +02:00
Jakub Roztocil
3ec5c4a643
Update pythonpackage.yml
2019-09-10 12:46:34 +02:00
Jakub Roztocil
3909a436a9
Update pythonpackage.yml
2019-09-10 12:44:25 +02:00
Jakub Roztocil
a77f660ba7
Update pythonpackage.yml
2019-09-10 12:17:03 +02:00
Jakub Roztocil
548857f35a
Update pythonpackage.yml
2019-09-10 11:56:55 +02:00
Jakub Roztocil
8741438484
Update CHANGELOG.rst
2019-09-09 09:36:22 +02:00
Jakub Roztocil
3176785a5f
Create CODE_OF_CONDUCT.md
2019-09-04 13:38:56 +02:00
Jakub Roztocil
c8fd4c2d6e
Move compression out of adapter
2019-09-04 00:00:03 +02:00
Jakub Roztocil
99f8a8c23d
Typos
2019-09-03 22:37:59 +02:00
Jakub Roztocil
f866778421
CHANGELOG
2019-09-03 22:37:18 +02:00
Jakub Roztocil
5a4392076a
Included tests in pypi package #182
2019-09-03 22:34:04 +02:00
Jakub Roztocil
bece3c77bb
Add one-by-one processing of each HTTP request or response and --offline
2019-09-03 17:14:39 +02:00
Jakub Roztocil
c946b3d34f
Cleanup
2019-09-02 14:38:23 +02:00
Jakub Roztocil
45e8e4e4ea
Sessions
2019-09-01 21:15:39 +02:00
Jakub Roztocil
bd3208cf24
Refactor get_formatters_grouped
2019-09-01 11:45:47 +02:00
Jakub Roztocil
4dffac7a25
Refactor client
2019-09-01 11:38:14 +02:00
Jakub Roztocil
a34b3d9d87
Refactor PluginManager
2019-09-01 11:13:45 +02:00
Jakub Roztocil
30624e66ec
Annotate formatters and processing
2019-08-31 19:13:36 +02:00
Jakub Roztocil
d603502960
Fix unregister annotation
2019-08-31 18:35:24 +02:00
Jakub Roztocil
09cd85918e
CHANGELOG
2019-08-31 18:35:18 +02:00
Jakub Roztocil
b947d4826a
Annotate plugins
2019-08-31 18:33:54 +02:00
Jakub Roztocil
e8ef5a783f
Annotate and refactor streams.py
2019-08-31 18:21:10 +02:00
Jakub Roztocil
82a224a658
CHANGELOG
2019-08-31 18:00:34 +02:00
Jakub Roztocil
9da5c41704
Improve --debug output formatting
2019-08-31 18:00:03 +02:00
Jakub Roztocil
224519e0e2
Fix --ssl with --compress; refactor client
2019-08-31 17:52:56 +02:00
Jakub Roztocil
aba3b1ec01
Refactoring
2019-08-31 15:17:10 +02:00
Jakub Roztocil
466df77b6b
CHANGELOG
2019-08-31 12:32:48 +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
3e24827f4d
Test that --ignore-netrc
doesn't interfere with --auth
2019-08-31 12:14:44 +02:00
Jakub Roztocil
1dc67a6a38
Allow bypassing .netrc with --ignore-netrc
( close #730 )
2019-08-31 12:09:17 +02:00
Jakub Roztocil
a5713f7190
pep8
2019-08-30 21:26:51 +02:00
Jakub Roztocil
0f654388fc
Python 3 annotations, super(), pathlib, etc.
2019-08-30 15:14:51 +02:00
Jakub Roztocil
63df735fef
Update links to HTTPS
2019-08-30 10:07:01 +02:00
Jakub Roztocil
2579827418
Use set literal
2019-08-30 09:56:50 +02:00
Jakub Roztocil
9bd8b4e8f7
Don't fail if config dir not writeable ( close #738 )
2019-08-29 14:05:32 +02:00
Jakub Roztocil
d998013655
Merge branch 'mgsloan-allow-closed-stdin'
2019-08-29 13:40:00 +02:00
Jakub Roztocil
ced9212c1f
Allow stdin to be a closed fd #791
2019-08-29 13:39:42 +02:00
Jakub Roztocil
07da8ea852
Merge branch 'allow-closed-stdin' of https://github.com/mgsloan/httpie into mgsloan-allow-closed-stdin
2019-08-29 13:26:28 +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
8512a630f9
Use exact text from the three-clause BSD license ( close #740 )
...
As per https://opensource.org/licenses/BSD-3-Clause
2019-08-29 12:00:41 +02:00
Jakub Roztocil
2da2cec83c
CHANGELOG
2019-08-29 11:51:49 +02:00
Jakub Roztocil
a4d8f1f22e
Refactor --compress
tests
2019-08-29 11:46:08 +02:00
Aleksandr Vinokurov
5ec954c03d
Add compressed requests ( #739 )
...
* Add optional compression of the request's content
This option allows compression of the files and/or data during uploading,
Examples:
http --form --compress POST https://localhost/upload csv@./very-big.csv
http -x -x POST https://localhost/upload foo=bar
cat /var/log/system.log | http -x POST https://localhost/upload
Signed-off-by: Aleksandr Vinokurov <aleksandr.vin@gmail.com>
* Add tests for compression
Signed-off-by: Aleksandr Vinokurov <aleksandr.vin@gmail.com>
* Fix code style issues
Signed-off-by: Aleksandr Vinokurov <aleksandr.vin@gmail.com>
* Fix zlib compression api missuse in Python3
Signed-off-by: Aleksandr Vinokurov <aleksandr.vin@gmail.com>
* Remove tracing from compression logic
Signed-off-by: Aleksandr Vinokurov <aleksandr.vin@gmail.com>
2019-08-29 10:44:59 +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
bb4f101c1e
pep8
2019-08-29 10:09:56 +02:00