summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2023-05-19Avoid override of headers by urllib3 when unset (#1502)Abdelhakim Qbaich
2023-05-19Flake8Jakub Roztocil
2023-05-19Skip a test failing in CIJakub Roztocil
2023-05-19Generate default ciphers using approach from #1501Jakub Roztocil
2023-05-19Fix a failing testJakub Roztocil
2022-10-01Clean up and refactor nested JSON parsing & interpreting (#1440)Jakub Roztocil
2022-05-06Checking headers to determine auto-streaming (#1383)Brian Egleston
2022-05-05Automatic release update warnings. (#1336)Batuhan Taskaya
2022-04-28Skip on pyOpenSSL (#1376)Batuhan Taskaya
2022-04-16Fix typos (user-facing and non-user-facing) (#1357)luzpaz
2022-04-14Don't block users with the warning thread. (#1350)Batuhan Taskaya
2022-04-14[Major] UI Enhancements (#1321)Batuhan Taskaya
2022-04-14Add support for sending secure cookies over localhost (#1327)Batuhan Taskaya
2022-04-03Implement support for multiple headers with the same name in sessions (#1335)Batuhan Taskaya
2022-04-03Add `httpie cli plugins` in favor of the new cli namespace. (#1320)Batuhan Taskaya
2022-04-03Don't send `Content-Length` for `OPTIONS` requests when there is no data. (#1...Batuhan Taskaya
2022-03-08Decouple parser definition from argparse (#1293)Batuhan Taskaya
2022-03-07Implement new style cookiesBatuhan Taskaya
2022-03-07Fix the tests with the latest layoutBatuhan Taskaya
2022-03-07Make the naked invocation display a compacted helpBatuhan Taskaya
2022-03-07Implement support for private key passphrasesBatuhan Taskaya
2022-03-07Introduce a mode to suppress all warnings (#1283)Batuhan Taskaya
2022-03-03Fix displaying of status code without a status message. (#1301)Batuhan Taskaya
2022-02-08Regulate top-level arrays (#1292)Batuhan Taskaya
2022-02-01Fix escaping of integer indexes with multiple backslashes (#1288)Batuhan Taskaya
2022-02-01Mark stdin warning related tests with `requires_external_processes` (#1289)Batuhan Taskaya
2022-01-24Dont apply default options on the httpie command (#1280)Batuhan Taskaya
2022-01-23Fix time elapsed (#1277)Jakub Roztocil
2022-01-14Change the default style for windows from fruity to auto (#1268)Batuhan Taskaya
2022-01-13Implement escaped integersBatuhan Taskaya
2022-01-13Implement HTTPie Nested JSON v2Batuhan Taskaya
2022-01-13Make the stdin wait tests more reliableBatuhan Taskaya
2022-01-12Add warnings when there is no incoming data from stdin (#1256)Batuhan Taskaya
2021-12-29Fix --raw with --chunked (#1254)Batuhan Taskaya
2021-12-29Store prompted passwords in local sessions (#1239)Sebastian Czech
2021-12-23Implement basic metrics layout & total elapsed time (#1250)Batuhan Taskaya
2021-12-23Better DNS error handling (#1249)Batuhan Taskaya
2021-12-23Formalize @ suffix for all operators (#1225)Batuhan Taskaya
2021-12-23Optimize encoding detection (#1243)Batuhan Taskaya
2021-12-16Implement `httpie upgrade` for upgrading plugins (#1241)Batuhan Taskaya
2021-12-16Strip out extra variables from the actual mime type (#1244)Batuhan Taskaya
2021-12-14Don't inconsistently add XML declarations (#1227)Batuhan Taskaya
2021-12-08Automatically enable --stream on server sent events (#1226)Batuhan Taskaya
2021-12-08Ignore crashes that happen on the 3rd party plugins (#1228)Batuhan Taskaya
2021-12-03Add nested JSON syntax to the HTTPie DSL (#1224)Batuhan Taskaya
2021-12-01Improve startup time with lazy loading some args (#1221)Batuhan Taskaya
2021-12-01Support ==@ syntax for query parameter values from file (#1218)Batuhan Taskaya
2021-12-01Implement Bearer Auth (#1216)Batuhan Taskaya
2021-11-30cmd: Implement httpie plugins interface (#1200)Batuhan Taskaya
2021-11-26Proper JSON handling for :=/:=@ (#1213)Batuhan Taskaya