httpx/docs
Yeray Diaz Diaz d2816c9c48
Transport API (#963)
* Deprecate Client arg 'dispatch' and use 'transport'

* Remove line in test from coverage

* Document custom transports

* _dispatch > _transports

Also rename *Dispatch classes to *Transport and added aliases

* Fix linting issues

* Missed one _transports import

* Promote URLLib3Transport to public API

* Remove duplicate arg doc

* Assert that urllib3 is imported to use URLLib3Transport

* `AsyncClient`, not asynchronous `Client`

* Add warning category to warn calls

* Update docs/advanced.md

Co-authored-by: Florimond Manca <florimond.manca@gmail.com>

* Add warn_deprecated utility function

* Amend docs references to dispatch

* Add concrete implementation example

* Clearer transport implementation description

Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
2020-05-21 12:22:17 +01:00
..
css First pass at autodoc support (#464) 2019-10-30 16:21:39 +01:00
img Add hints for debugging CI issues (#399) 2019-10-10 07:05:22 -05:00
js Add 'chat' to docs (#818) 2020-02-19 11:38:14 +00:00
advanced.md Transport API (#963) 2020-05-21 12:22:17 +01:00
api.md Fix Client Docstring and add AsyncClient to API docs (#883) 2020-03-28 17:22:10 +01:00
async.md Transport API (#963) 2020-05-21 12:22:17 +01:00
CNAME Setup custom domain (#751) 2020-01-11 09:38:09 +00:00
compatibility.md Add docs on request instances to Requests compatibility guide (#823) 2020-03-25 22:33:16 +01:00
contributing.md Document dev proxy setup (#933) 2020-05-06 12:11:05 +01:00
environment_variables.md Switch to private module names (#785) 2020-01-28 14:34:43 +00:00
http2.md Proposed 0.11 docs (#727) 2020-01-08 12:51:52 +00:00
index.md Version 0.13.0.dev0 (#915) 2020-04-30 17:09:49 +01:00
quickstart.md Fix small typo (#920) 2020-05-01 20:37:01 +02:00
third-party-packages.md Add 'Third Party Packages' docs page (#876) 2020-03-26 15:43:04 +01:00