Skip to content

Commit

Permalink
README: add resp.encoding to Response object section
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Jul 22, 2024
1 parent d2ecea3 commit 90562be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def post(
```python
resp.content
resp.cookies
resp.encoding
resp.headers
resp.json()
resp.plaintext # html is converted to markdown text
Expand Down

0 comments on commit 90562be

Please sign in to comment.