Mickaël Schoentgen
|
a3a08a9a22
|
Use relative imports (#1057)
* Use relative imports in test
* Use relative imports
* Add myself to contributors :)
|
2021-05-05 14:13:39 +02:00 |
|
Mickaël Schoentgen
|
1274d869f6
|
Replace usage of mock with unittest.mock (#1054)
Since Python 3, the mock dependency is no more required as
it is already part of the unittest module.
|
2021-04-30 15:08:27 +02:00 |
|
Jakub Roztocil
|
6cb822255d
|
PEP8
|
2019-12-02 17:46:40 +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
|
374c371ef1
|
Add httpie.status
|
2019-09-16 13:26:18 +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
|
8e04a24b90
|
Reintroduce $ https command alias with https:// as default scheme
Close #608
|
2019-08-29 13:08:02 +02:00 |
|
Jakub Roztocil
|
82081c889b
|
Fix `--timeout=0 `
|
2019-08-29 10:06:25 +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
|
bb49a1f979
|
Improved --debug output
|
2016-03-05 01:42:48 +08:00 |
|
Jakub Roztocil
|
2a25d71aa4
|
Refactored main() into program() + main()
|
2016-03-01 21:10:54 +08:00 |
|
Marc Abramowitz
|
f855de16c2
|
Increase test coverage for error handling
|
2015-02-15 23:22:52 -08:00 |
|