MCPcopy
hub / github.com/psf/requests / InvalidURL

Class InvalidURL

src/requests/exceptions.py:118–119  ·  view source on GitHub ↗

The URL provided was somehow invalid.

Source from the content-addressed store, hash-verified

116
117
118class InvalidURL(RequestException, ValueError):
119 """The URL provided was somehow invalid."""
120
121
122class InvalidHeader(RequestException, ValueError):

Callers 4

unquote_unreservedFunction · 0.85
prepare_urlMethod · 0.85
sendMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected