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 5188807 commit 1124010Copy full SHA for 1124010
README.md
@@ -5,6 +5,9 @@
5
Http client base pydantic, with requests, aiohttp and httpx.
6
Only support the json response.
7
8
+
9
+#### If you like this project, please give me a star.
10
11
### How to install
12
13
> only support `requests`:
@@ -82,7 +85,7 @@ And see the examples.
82
85
83
86
### v1.0.2: use enum to define the client type.
84
87
-### v1.0.3: you can define the your own client session in `client_config`
88
+### v1.0.3: you can define your own client session in `client_config`
89
90
```python
91
import aiohttp
0 commit comments