Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/psf/requests
/ MissingSchema
Class
MissingSchema
src/requests/exceptions.py:110–111 ·
view source on GitHub ↗
The URL scheme (e.g. http or https) is missing.
Source
from the content-addressed store, hash-verified
108
109
110
class
MissingSchema(RequestException, ValueError):
111
""
"The URL scheme (e.g. http or https) is missing."
""
112
113
114
class
InvalidSchema(RequestException, ValueError):
Callers
1
prepare_url
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected