* Fix docstring of Client
* Add AsyncClient to API docs
* Add AsyncClient to ToC
Co-Authored-By: Florimond Manca <florimond.manca@gmail.com>
Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
:docstring:
:members: headers cookies params request get head options post put patch delete build_request send close
+## `AsyncClient`
+
+::: httpx.AsyncClient
+ :docstring:
+ :members: headers cookies params request get head options post put patch delete build_request send
+
+
## `Response`
*An HTTP response.*
request URLs.
* **dispatch** - *(optional)* A dispatch class to use for sending requests
over the network.
- * **app** - *(optional)* An ASGI application to send requests to,
+ * **app** - *(optional)* An WSGI application to send requests to,
rather than sending actual network requests.
* **trust_env** - *(optional)* Enables or disables usage of environment
variables for configuration.