507cd6e255
Fix table formatting
...
reStructuredText is a mess
2020-09-29 21:26:38 +02:00
759e4400d0
Cleanup
2020-09-28 17:02:22 +02:00
8cb1af7376
Cleanup
2020-09-28 16:58:59 +02:00
2f8d330b57
Fix --offline --chunked
, add more tests
2020-09-28 16:40:16 +02:00
32d8b481e9
Fix --offline --multipart
, add more tests
2020-09-28 16:22:34 +02:00
75f1e02215
README
2020-09-28 12:55:39 +02:00
70ba84dc48
Fix fixture encoding on Windows
2020-09-28 12:53:28 +02:00
5a5b42340f
PEP8
2020-09-28 12:50:45 +02:00
299250b3c3
Merge branch 'feature/uploads2020'
2020-09-28 12:43:09 +02:00
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
c1948f8340
Update README.rst
2020-09-25 22:27:54 +02:00
b80ba040ac
Update README.rst
2020-09-25 22:26:39 +02:00
b7754f92ce
Merge branch 'master' into feature/uploads2020
...
# Conflicts:
# httpie/cli/argparser.py
# httpie/uploads.py
2020-09-25 14:46:19 +02:00
e4e40e5b06
Request content type
2020-09-25 14:44:22 +02:00
d12af4a569
WIP
2020-09-25 13:44:28 +02:00
c431ed7728
CHANGELOG
...
#963
2020-09-20 09:30:18 +02:00
16ef08a159
Gracefully ignore cookie expiry dates in invalid format
...
Close #963
2020-09-20 09:21:10 +02:00
100872b5cf
pep8
2020-08-19 10:39:13 +02:00
664cebfbcc
Update README.rst
2020-08-19 10:31:20 +02:00
743f9738a3
Update README.rst
2020-08-19 10:30:40 +02:00
69445c106c
Cleanup
2020-08-19 10:25:47 +02:00
1813cf6156
Add --multipart
and --boundary
2020-08-19 10:22:50 +02:00
a23b0e39e5
Update README.rst
2020-08-17 13:34:23 +02:00
06dec4e6c6
Update README.rst
2020-08-17 13:31:51 +02:00
ce185bd0fa
Update __init__.py
2020-08-17 13:16:57 +02:00
1e1dbfeba0
Update README.rst
2020-08-17 13:14:52 +02:00
5a908aa411
pep8
2020-08-15 17:51:43 +02:00
6cd934d1b8
Add support for multipart upload streaming
...
Close #684 , #201
2020-08-15 17:50:00 +02:00
d32c8cab12
Syntax
2020-08-15 15:34:31 +02:00
5ce7c190e9
Add a --quiet
example
2020-08-15 15:33:24 +02:00
1aa1366f99
Finish --quiet
2020-08-15 15:26:29 +02:00
2c7f24e3e5
Added additional tests to verify downloads work properly with quiet flag
2020-08-15 15:26:29 +02:00
c90d039a0b
fixed issues related to downloading and using quiet at the same time
2020-08-15 15:26:29 +02:00
ae22d4e754
Additional Aesthetic changes
2020-08-15 15:26:29 +02:00
69e1067a2c
Aesthetic changes
2020-08-15 15:26:29 +02:00
7e38f9ccf0
Added additional tests for flag and better documentation
2020-08-15 15:26:29 +02:00
d546081340
Solved issue pertaining to downloads and added additional testing functionality for devnull
2020-08-15 15:26:29 +02:00
6421c145d9
Added changes suggested in the PR review
2020-08-15 15:26:29 +02:00
61e7cd786e
Added a documentation entry and modified CHANGELOG
2020-08-15 15:26:29 +02:00
4bd2e622a5
Added tests for --quiet flag
2020-08-15 15:26:29 +02:00
a4a1e8d43b
Added a quiet functionality
2020-08-15 15:26:28 +02:00
ebf2139fd5
Introduce CurliPie to convert from cURL to HTTPie ( #843 )
2020-08-14 15:27:49 +02:00
6c84cebed4
Update build.yml
2020-08-06 22:35:35 +02:00
10246366da
Quieten ssl tests ( #952 )
...
* Add skip when required TLS version unsupported
Allow tests to skip, rather than fail from SSL errors with unsupported
TLS version, e.g. if Openssl is configured with MinProtocol higher than
the version being tested.
* Regenerate test certificate and key
Regenerate these with more secure settings for the sake of future
proofing, regenerate the key using RSA 4096 and sign the certificate
with SHA512.
This fixes test failures in tests/test_ssl.py when the user's OpenSSL
security level is set to a value greater than 1 and resolves issue #948
* Suppress SSL warnings in no verify tests
2020-08-06 22:24:03 +02:00
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
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
3704db9b6d
Install setuptools & wheel in CI II.
2020-07-07 13:39:02 +02:00
d1665b08d2
Install setuptools & wheel in CI
2020-07-07 13:38:27 +02:00
1a4e0c2646
Add wheel to tests_require
...
Speculative. Not sure why it’s suddenly needed.
https://github.com/jakubroztocil/httpie/runs/845338452
2020-07-07 13:35:09 +02:00
0d480139e4
Split session JSON serialization and writing to file
...
To avoid writing invalid JSON in case of presence of unserializable data due to an internal bug.
2020-07-07 13:26:47 +02:00