MCPcopy Create free account
hub / github.com/aio-libs/aiohttp / HTTPNotFound

Class HTTPNotFound

aiohttp/web_exceptions.py:256–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254
255
256class HTTPNotFound(HTTPClientError):
257 status_code = 404
258
259
260class HTTPMethodNotAllowed(HTTPClientError):

Callers 3

_handleMethod · 0.85
resolveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected