-
-
Notifications
You must be signed in to change notification settings - Fork 845
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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>
- Loading branch information
1 parent
ba073c8
commit d2816c9
Showing
12 changed files
with
215 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.