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

Class HTTPNotFound

aiohttp/web_exceptions.py:205–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203
204
205class HTTPNotFound(HTTPClientError):
206 status_code = 404
207
208
209class HTTPMethodNotAllowed(HTTPClientError):

Callers 2

handleMethod · 0.85
resolveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected