You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ So, it perfectly supports all features of [httpx.AsyncClient](https://www.python
63
63
> visit our `CHANGELOG.md` for more info.
64
64
65
65
```shell
66
-
pip install fastapi-proxy-lib
66
+
pip install fastapi-proxy-lib[standard]
67
67
```
68
68
69
69
Perhaps you've noticed that we're installing `fastapi-proxy-lib[standard]` instead of `fastapi-proxy-lib`. The difference is:
@@ -108,6 +108,10 @@ English is not the native language of the author (me), so if you find any areas
108
108
109
109
If you think this project helpful, consider giving it a star , which makes me happy. :smile:
110
110
111
+
## Refers
112
+
113
+
[Can fastapi proxy another site as a response to the request?](https://github.com/tiangolo/fastapi/discussions/7382)
114
+
111
115
## License
112
116
113
117
This project is licensed under the terms of the *Apache License 2.0*.
@@ -119,7 +123,7 @@ This project is licensed under the terms of the *Apache License 2.0*.
0 commit comments