AioHTTPSender Class
AioHttp HTTP sender implementation.
- Inheritance
-
AioHTTPSender
Constructor
AioHTTPSender(driver: Optional[msrest.universal_http.aiohttp.AioHTTPSender] = None, *, loop=None)
Parameters
- driver
default value: None
Methods
| build_context |
Allow the sender to build a context that will be passed across the pipeline with the request. Return type has no constraints. Implementation is not required and None by default. |
| send |
Send the request using this HTTP sender. |
build_context
Allow the sender to build a context that will be passed across the pipeline with the request.
Return type has no constraints. Implementation is not required and None by default.
build_context() -> Any
send
Send the request using this HTTP sender.
async send(request: msrest.pipeline.Request, **config: Any) -> msrest.pipeline.Response
Parameters
- request
Required
Feedback
Submit and view feedback for