MCPcopy
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
110class MissingSchema(RequestException, ValueError):
111 """The URL scheme (e.g. http or https) is missing."""
112
113
114class InvalidSchema(RequestException, ValueError):

Callers 1

prepare_urlMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected