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.
Request
1 parent 7b39e6a commit 10481ceCopy full SHA for 10481ce
httpcore/_models.py
@@ -339,7 +339,7 @@ def __init__(
339
url: The request URL, either as a `URL` instance, or as a string or bytes.
340
For example: `"https://www.example.com".`
341
headers: The HTTP request headers.
342
- content: The content of the response body.
+ content: The content of the request body.
343
extensions: A dictionary of optional extra information included on
344
the request. Possible keys include `"timeout"`, and `"trace"`.
345
"""
0 commit comments