httpx/docs
Tom Christie ee9250d60b
Add cli support (#1855)
* Add cli support

* Add setup.py

* Import main to 'httpx.main'

* Add 'cli' to requirements

* Add tests for command-line client

* Drop most CLI tests

* Add test_json

* Add test_redirects

* Coverage exclusion over _main.py in order to test more clearly

* Black formatting

* Add test_follow_redirects

* Add test_post, test_verbose, test_auth

* Add test_errors

* Remove test_errors

* Add test_download

* Change test_errors - perhaps the empty host header was causing the socket error?

* Update test_errors to not break socket

* Update docs

* Update version to 1.0.0.beta0

* Tweak CHANGELOG

* Fix up images in README

* Tweak images in README

* Update README
2021-09-14 09:44:43 +01:00
..
css First pass at autodoc support (#464) 2019-10-30 16:21:39 +01:00
img Add cli support (#1855) 2021-09-14 09:44:43 +01:00
js Add 'chat' to docs (#818) 2020-02-19 11:38:14 +00:00
advanced.md Switch event hooks to also run on redirects. (#1806) 2021-08-18 15:12:39 +01:00
api.md fix-1457: URL's full_path -> raw_path from pull #1285 in docs as well (#1458) 2021-02-07 09:33:45 +01:00
async.md [Docs] Add AnyIO under "Supported async environments" (#1673) 2021-06-16 07:19:39 +02:00
CNAME Setup custom domain (#751) 2020-01-11 09:38:09 +00:00
code_of_conduct.md Refine project workflow (#1534) 2021-03-24 16:48:57 +00:00
compatibility.md Add cli support (#1855) 2021-09-14 09:44:43 +01:00
contributing.md Allow passing additional pytest args to scripts/test (#1710) 2021-06-24 11:15:59 +01:00
environment_variables.md Add netrc environment variable into the documentation (#1675) 2021-06-16 07:04:47 +02:00
exceptions.md httpx.ResponseClosed -> httpx.StreamClosed (#1584) 2021-04-21 10:51:35 +01:00
http2.md fix typo in http2 section (#1632) 2021-05-09 00:49:14 +08:00
index.md Add cli support (#1855) 2021-09-14 09:44:43 +01:00
quickstart.md Add cli support (#1855) 2021-09-14 09:44:43 +01:00
third_party_packages.md Add httpx-caching (#1694) 2021-06-17 13:30:33 +01:00
troubleshooting.md Add troubleshooting guide, with initial proxies entries (#1435) 2020-12-29 13:40:53 +01:00