Skip to content

Commit 4346615

Browse files
committed
docs: remove deprecated httpx APIs in example
1 parent 8f0ba1f commit 4346615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Usage/FastAPI-Helper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ app = reverse_http_app(client=client, base_url=base_url)
2929
```
3030

3131
1. You can pass `httpx.AsyncClient` instance:
32-
- if you want to customize the arguments, e.g. `httpx.AsyncClient(proxies={})`
32+
- if you want to customize the arguments, e.g. `httpx.AsyncClient(http2=True)`
3333
- if you want to reuse the connection pool of `httpx.AsyncClient`
3434
---
3535
Or you can pass `None`(The default value), then `fastapi-proxy-lib` will create a new `httpx.AsyncClient` instance for you.

0 commit comments

Comments
 (0)