Ask a question to get started
Enter to sendā¢Shift+Enter new line
parse_url_with_auth( url: str | None, ) -> tuple[str | None, dict
url
str | None
Parse URL and extract userinfo credentials for headers.
userinfo
Handles URLs of the form: https://user:password@host:port/path
https://user:password@host:port/path
The URL to parse.