MCPcopy
hub / github.com/aio-libs/aiohttp / NonHttpUrlClientError

Class NonHttpUrlClientError

aiohttp/client_exceptions.py:340–341  ·  view source on GitHub ↗

Non http URL client error.

Source from the content-addressed store, hash-verified

338
339
340class NonHttpUrlClientError(ClientError):
341 """Non http URL client error."""
342
343
344class InvalidUrlRedirectClientError(InvalidUrlClientError, RedirectClientError):

Callers 1

_requestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…