We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0ba1f commit 4346615Copy full SHA for 4346615
docs/Usage/FastAPI-Helper.md
@@ -29,7 +29,7 @@ app = reverse_http_app(client=client, base_url=base_url)
29
```
30
31
1. You can pass `httpx.AsyncClient` instance:
32
- - if you want to customize the arguments, e.g. `httpx.AsyncClient(proxies={})`
+ - if you want to customize the arguments, e.g. `httpx.AsyncClient(http2=True)`
33
- if you want to reuse the connection pool of `httpx.AsyncClient`
34
---
35
Or you can pass `None`(The default value), then `fastapi-proxy-lib` will create a new `httpx.AsyncClient` instance for you.
0 commit comments