Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ponytailer committed Oct 30, 2024
1 parent 5188807 commit 1124010
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
Http client base pydantic, with requests, aiohttp and httpx.
Only support the json response.


#### If you like this project, please give me a star.

### How to install

> only support `requests`:
Expand Down Expand Up @@ -82,7 +85,7 @@ And see the examples.

### v1.0.2: use enum to define the client type.

### v1.0.3: you can define the your own client session in `client_config`
### v1.0.3: you can define your own client session in `client_config`

```python
import aiohttp
Expand Down

0 comments on commit 1124010

Please sign in to comment.