httpie-cli/httpie
Jakub Roztocil 861b8b36a8
Strip leading :// from URLs to allow quick conversion of a pasted URL to calls (#1197)
* Strip leading `://` from URLs to allow quick conversion of a pasted URL to calls

Closes #1195

* Markdown lint

* Cleanup

* Cleanup

* Drop extraneous space

* Fix example
2021-11-05 13:59:23 +01:00
..
cli Strip leading :// from URLs to allow quick conversion of a pasted URL to calls (#1197) 2021-11-05 13:59:23 +01:00
output Packaging documentation tweaks 2021-10-11 17:42:29 +02:00
plugins Remove unused import 2021-10-07 14:41:03 +02:00
__init__.py Bump the version to 2.7.0.dev0 (#1188) 2021-10-19 10:21:45 +02:00
__main__.py Rework __main__.py to follow best practices (#1124) 2021-08-06 16:57:19 +02:00
client.py Support multiple headers sharing the same name (#1190) 2021-10-31 15:04:39 +01:00
compat.py Fix encoding error with non-prettified encoded responses (#1168) 2021-10-06 17:27:07 +02:00
config.py Fix encoding error with non-prettified encoded responses (#1168) 2021-10-06 17:27:07 +02:00
context.py Fix encoding error with non-prettified encoded responses (#1168) 2021-10-06 17:27:07 +02:00
core.py Added the ability to silence warnings via double -q or --quiet (#1175) 2021-10-08 14:18:11 +02:00
downloads.py --download: Use time.monotonic() and rework code to prevent ZeroDivisionError specific handling (#1113) 2021-07-29 16:05:56 +02:00
encoding.py Fix encoding error with non-prettified encoded responses (#1168) 2021-10-06 17:27:07 +02:00
models.py Support multiple headers sharing the same name (#1190) 2021-10-31 15:04:39 +01:00
sessions.py Use PYthon 3 documentation 2021-09-28 12:54:16 +02:00
ssl.py Request content type 2020-09-25 14:44:22 +02:00
status.py Cleanup 2019-12-02 00:58:10 +01:00
uploads.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
utils.py Fix encoding error with non-prettified encoded responses (#1168) 2021-10-06 17:27:07 +02:00