You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you go to https://www.python-httpx.org/api/#client, scroll down to the documentation for build_request (being able to directly link the method would be nice...), and try to click on "See also: Request instances" you're hit with an error 404.
The params, headers and cookies arguments are merged with any values set on the client.
The url argument is merged with any base_url set on the client.
Looks like the links were corrected in #3123 on Feb 29, but the docs have not been rebuilt since Feb 21 (#3095). A redeploy of the docs should fix this
This discussion was converted from issue #3157 on April 04, 2024 07:31.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
If you go to https://www.python-httpx.org/api/#client, scroll down to the documentation for
build_request(being able to directly link the method would be nice...), and try to click on "See also: Request instances" you're hit with an error 404.Skipping creating a discussion over this, as clearly you don't want broken links in your docs.
All reactions