1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-21 17:16:30 +02:00

Commit Graph

  • 02b095eefa
    Merge 71b1e0a161 into 2843b874c6 Tim Vergenz 2024-11-03 22:35:51 +0100
  • f9762ebc00
    Merge eaa3d15741 into 2843b874c6 Alexander 2024-11-03 22:35:51 +0100
  • 46e6a4242a
    Merge a1c1d0d896 into 2843b874c6 chrysle 2024-11-03 22:35:51 +0100
  • 0b0dc7deda
    Merge 4c5ee9b286 into 2843b874c6 sanredz 2024-11-03 22:35:51 +0100
  • d5b4d6f299
    Merge c664da9762 into 2843b874c6 dependabot[bot] 2024-11-03 22:35:51 +0100
  • 375926b923
    Merge af32849d4d into 2843b874c6 Yaroslav Halchenko 2024-11-03 22:35:51 +0100
  • 2541b92ff1
    Merge 51606bf276 into 2843b874c6 HackTheOxidation 2024-11-03 22:35:51 +0100
  • ceb65242ca
    Merge 5bb23a7c09 into 2843b874c6 Yuval Goihberg 2024-11-03 22:35:51 +0100
  • cdfd41b70a
    Merge 5753882d76 into 2843b874c6 Aron Griffis 2024-11-03 22:35:51 +0100
  • 2ab5bf132c
    Merge 17f875041d into 2843b874c6 Lavanya Garg 2024-11-03 22:35:51 +0100
  • d95888b911
    Merge 24d16251ec into 2843b874c6 Ensar Makas 2024-11-03 16:03:38 +0100
  • 9e9a3cade3
    Merge 939e77476d into 2843b874c6 mikurei 2024-11-02 12:54:29 -0700
  • 2cecb4e4d9
    Merge 9d2e2afede into 2843b874c6 Jakub Roztocil 2024-11-02 13:08:22 +0300
  • 7c2bdd31a9
    Merge 128127d419 into 2843b874c6 Sid 2024-11-02 11:07:45 +0530
  • 2843b874c6
    [automated] Update generated content (#1607) master github-actions[bot] 2024-11-01 10:35:35 -0700
  • 18eb085a28 [automated] Update generated content jkbrzt 2024-11-01 17:32:21 +0000
  • 2105caa49b 3.2.4 3.2.4 Jakub Roztocil 2024-11-01 18:29:56 +0100
  • 8560d1196d Update test.yml Jakub Roztocil 2024-11-01 18:01:03 +0100
  • 2ef4a57d8c Fix/refactor default cert loading Jakub Roztocil 2024-11-01 17:47:27 +0100
  • ff742581f4 Cleanup default cert loading Jakub Roztocil 2024-11-01 17:38:39 +0100
  • fd30c4ef62
    Explicitly load default certificates when creating SSL context (#1583) (#1596) Adam Williamson 2024-11-01 09:37:11 -0700
  • cee82c825e
    Fix link to CurliPie tool (#1582) Nguyễn Hồng Quân 2024-10-31 23:13:24 +0700
  • 9eb8699873
    Added an alias for HTTPS in fish completions (#1598) Dennis Heinrich 2024-10-31 17:10:54 +0100
  • 3037327410
    Update the raw json fields example (#1606) Arthur 2024-11-01 00:02:17 +0800
  • 2d11b20cb3 Update the raw json fields example Arthur 2024-10-31 14:38:27 +0000
  • 50e1564600
    Update the Forms section of README.md (#1593) André Srinivasan 2024-10-28 12:28:36 -0700
  • 573a02148e Move HTTP version options validation to the CLI layer Jakub Roztocil 2024-10-26 21:11:34 +0200
  • 2ea86b2623 add delayed annot loading in ports.py Ahmed TAHRI 2024-10-26 20:34:10 +0200
  • 7bd3af2494 Fix test Jakub Roztocil 2024-10-26 19:50:44 +0200
  • b58d001177 Cleanup Jakub Roztocil 2024-10-26 19:45:16 +0200
  • 65e44228be Move IP version options validation to the CLI layer Jakub Roztocil 2024-10-26 19:22:52 +0200
  • 191824ce30 Fix occasional failures for tests dealing with binary bodies Jakub Roztocil 2024-10-26 19:17:48 +0200
  • 4cea2e80af Move port and interface validation to the CLI layer Jakub Roztocil 2024-10-26 18:55:26 +0200
  • 0eab08a655 Refactor niquests enforcement to compat.enforce_niquests() Jakub Roztocil 2024-10-26 14:11:55 +0200
  • a367a55173 Deduplicate downloader clean-up logic Jakub Roztocil 2024-10-26 13:45:06 +0200
  • e375c259e8 improve error messages upon invalid args/values in new flags Ahmed TAHRI 2024-10-22 18:17:09 +0200
  • da6cc13b8b unpin werkzeug, allow <4 Ahmed TAHRI 2024-10-16 08:19:42 +0200
  • 5e87d1b057 update test_network.py Ahmed TAHRI 2024-10-15 09:52:13 +0200
  • 7a1c3419ef update man pages Ahmed TAHRI 2024-10-15 09:49:51 +0200
  • dd60adb0c6 ensure all plugins are migrated to Niquests prior to importing them Ahmed TAHRI 2024-10-15 09:45:43 +0200
  • 7537b40bfc add support for happy eyeballs Ahmed TAHRI 2024-10-15 09:45:05 +0200
  • 2ac67d59ff fix unclosed file in case of failed download Ahmed TAHRI 2024-10-15 09:44:37 +0200
  • f6f6619140 fix test when http3 support is unavailable (windows+py3.7) Ahmed TAHRI 2024-10-13 20:41:56 +0200
  • 46ca048a3a add note on changed test_h3_not_compatible_anymore Ahmed TAHRI 2024-10-13 20:32:40 +0200
  • 7f5c8a10e6 fix test_h3_not_compatible_anymore as niquests automatically downgrade in case of failure Ahmed TAHRI 2024-10-13 20:17:09 +0200
  • 03bac4d848 use ubuntu-22.04 to preserve python 3.7 and add python 3.13 in tests Ahmed TAHRI 2024-10-13 20:10:27 +0200
  • 1379a2e281 add support for early responses 1xx (informational) Ahmed TAHRI 2024-10-13 20:09:35 +0200
  • a03b82f460
    Create fetch_tracking_numbers.py Gauravi Jadhav 2024-10-11 08:01:37 +0530
  • 17f875041d modify process_body function to correctly access the nested keys lavanyagarg112 2024-09-26 12:16:01 +0800
  • 8377dedf4d Revert back the timeout change lavanyagarg112 2024-09-26 11:20:25 +0800
  • c99c9f2c84 Added filter enhancement option to remove keys from the response body lavanyagarg112 2024-09-26 11:15:42 +0800
  • 9603779c66 chore (setup.cfg): update install_requires Agustin Arce 2024-09-16 22:37:23 -0400
  • 5eba594313 chore (setup.cfg): update request to 2.32.1 Agustin Arce 2024-09-16 18:12:27 -0400
  • b374fa8238 Drop the upper bound on the requests dependency again Adam Williamson 2024-09-03 17:07:43 -0700
  • 2eaac7899f Explicitly load default certificates when creating SSL context (#1583) Adam Williamson 2024-09-03 16:58:01 -0700
  • 7ab9923c41
    Added an alias for HTTPS in fish completions Dennis Heinrich 2024-09-06 10:07:43 +0200
  • 91704a1c33
    Use the link to web version for CurliPie Nguyễn Hồng Quân 2024-08-21 09:27:12 +0700
  • 76dc778d4f
    Update the Forms section of README.md André Srinivasan 2024-08-18 23:50:54 -0700
  • 2e3617ecdb Merge branch 'refs/heads/master' into feature-tryout-niquests Jakub Roztocil 2024-07-10 16:51:24 +0200
  • f4cf43ecdd Cleanup Jakub Roztocil 2024-07-10 16:24:03 +0200
  • 7f03c52d22 Fix SSL connections by pinning the requests version to 2.31.0 3.2.3 Jakub Roztocil 2024-07-10 16:15:24 +0200
  • 874678991d
    Merge e77fa6b545 into 5c068f8102 RatishT 2024-07-03 17:11:17 +0200
  • e77fa6b545 Fix pylint warning raise-missing-from RatishT 2024-07-03 17:10:44 +0200
  • 55aea9cce5 fixed+enabled recently disabled tests for download + compressed bodies Ahmed TAHRI 2024-06-28 00:24:53 +0100
  • 5753882d76 Don't expire cookie with later setting in the same headers Aron Griffis 2024-06-26 11:50:27 -0400
  • d02b88254d update docs for protocol negotiation and gen man Ahmed TAHRI 2024-06-26 16:09:58 +0100
  • f989e5ecad support for force http2, http1 or http3 and fix real download speed when body is compressed Ahmed TAHRI 2024-06-24 21:57:00 +0100
  • f7cbd64eb8 Fix Jakub Roztocil 2024-06-14 16:33:00 +0200
  • 5dedead64b Fix Jakub Roztocil 2024-06-14 14:08:06 +0200
  • 121cba1623 Clean Jakub Roztocil 2024-06-14 13:36:26 +0200
  • 540d3f3230 Decoded downloads: refactor, add decoded size notice, tests, etc. Jakub Roztocil 2024-06-14 13:30:34 +0200
  • 128d9528bd
    Update CHANGELOG.md Jakub Roztocil 2024-06-06 06:09:07 -0700
  • 77bbf8cad4
    Update CHANGELOG.md Jakub Roztocil 2024-06-06 06:08:55 -0700
  • bb3583ceac Clean Jakub Roztocil 2024-06-06 11:23:09 +0200
  • b3f9e01af9 Tests Jakub Roztocil 2024-06-06 11:20:09 +0200
  • 474766964b Cleanup imports Jakub Roztocil 2024-06-03 14:38:12 +0200
  • d238725106 Add cd_clean_tmp_dir() test utility context manager Jakub Roztocil 2024-06-03 14:35:54 +0200
  • 78aa25d51a Docs wip Jakub Roztocil 2024-06-03 13:49:36 +0200
  • 97386c1898 Fix link to CurliPie tool Nguyễn Hồng Quân 2024-06-03 18:20:02 +0700
  • e3cbc7ff28 improve support --ssl=[...] setting Ahmed TAHRI 2024-05-26 07:58:18 +0200
  • d200787092 Merge branch 'feature-tryout-niquests' of github.com:Ousret/httpie into feature-tryout-niquests Ahmed TAHRI 2024-05-26 05:52:26 +0200
  • 523faa674d adjust docs around tls version cli command Ahmed TAHRI 2024-05-26 05:52:01 +0200
  • 2583671e03 Changelog tweaks Jakub Roztocil 2024-05-24 18:32:46 +0200
  • ec02b1c74e add support for resolving ".localhost" domains Ahmed TAHRI 2024-05-24 06:49:11 +0200
  • d9db5a2b32 fix downloader with compressed content #1554 #423 Ahmed TAHRI 2024-05-23 06:09:57 +0200
  • 71ab43e5cb fix test_secure_cookies_on_localhost case Ahmed TAHRI 2024-05-22 07:56:45 +0200
  • 007234ff53 Tweak Jakub Roztocil 2024-05-20 17:21:57 +0200
  • 6c55c94cf3 downgrade macos-14 to macos-13 due to missing brotlicffi->cffi wheels Ahmed TAHRI 2024-04-24 08:11:11 +0200
  • 4ae49f1813 add section for protocol combinations and http/3 support note Ahmed TAHRI 2024-04-24 08:06:04 +0200
  • eb93eabac9 fix infinite loop update checker in a specific condition Ahmed TAHRI 2024-04-04 16:00:41 +0200
  • c859191480 add note for why 'Host' header cannot be unset Ahmed TAHRI 2024-04-04 08:41:36 +0200
  • e181193e53 don't chain call niquests.get and raise_for_status due to mock in test_update_warnings.py Ahmed TAHRI 2024-04-04 08:36:18 +0200
  • ea2d675c21 remove 'verify=False' when requesting packages.httpie.io for latest versions published Ahmed TAHRI 2024-04-04 08:21:43 +0200
  • bb5a57f2c6 ignore "subprocess" is still running and this process pid=x is multi-threaded warnings Ahmed TAHRI 2024-04-04 07:58:00 +0200
  • e19eb259ec fix multipart form data having filename with non ascii characters Ahmed TAHRI 2024-04-04 07:47:27 +0200
  • ff37166823 inject QuicCapabilityCache is a path is given (and not None) Ahmed TAHRI 2024-04-04 07:21:16 +0200
  • 5c497fd151 use compat for create_urllib3_context, resolve_ssl_version in httpie.ssl_ submodule Ahmed TAHRI 2024-04-04 07:20:36 +0200
  • e3c5acd0fc add test for remote h3 not compatible anymore Ahmed TAHRI 2024-04-04 07:03:39 +0200
  • b010effb46 respect httpie config to generate path for "quic.json" cache layer Ahmed TAHRI 2024-04-03 07:45:49 +0200
  • bfd7f37372 add comment Ahmed TAHRI 2024-03-25 07:40:53 +0100