Skip to content

Commit

Permalink
Readme: remove response.raw
Browse files Browse the repository at this point in the history
  • Loading branch information
deedy5 committed Apr 24, 2024
1 parent ac70f51 commit ba2ee10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ print(response.content) # Get the content as bytes
print(response.cookies) # Access cookies
print(response.headers) # Access headers
print(response.json()) # Parse the content as JSON
print(response.raw) # Raw response
print(response.status_code) # Access the status code
print(response.text) # Decode the content as text
print(response.url) # Access the URL
Expand Down

0 comments on commit ba2ee10

Please sign in to comment.