Skip to content

Commit

Permalink
README: add resp.text_markdown, resp.text_plain to `Response obje…
Browse files Browse the repository at this point in the history
…ct` section
  • Loading branch information
deedy5 committed Jul 23, 2024
1 parent 71130c7 commit b184a6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,10 @@ resp.cookies
resp.encoding
resp.headers
resp.json()
resp.plaintext # html is converted to markdown text
resp.status_code
resp.text
resp.text_markdown # html is converted to markdown text
resp.text_plain # html is converted to plain text
resp.url
```

Expand Down

0 comments on commit b184a6f

Please sign in to comment.