-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Client signals #2313 Implementation of the client signals exposed by the `ClientSession` class, to get a list of the all signals implementation please visit the documentation. * Removed not already implemented signal * Removed support for on_content and on_headers signals * fixed small sutff * Get rid of no longer used helpers.create_future * Update 2313.feature * on_request_start receives the whole URL object * on_request_end and error flavor receive the method, URL and headers * TraceConfig as a way to configure the ClientSession tracing * Fix flake import issues * Increase dns tracing coverage * Tracing signals are explicits * Removed not used session kw argument * Accept multiple TraceConfig objects for the ClientSession class * Renamed trace context vars * Fix invalid test func definition * Fixed docstring params codification
- Loading branch information
Showing
16 changed files
with
1,199 additions
and
32 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ClientSession publishes a set of signals to track the HTTP request execution. |
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
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.