Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
205
class
HTTPNotFound(HTTPClientError):
206
status_code = 404
207
208
209
class
HTTPMethodNotAllowed(HTTPClientError):
Callers
2
handle
Method · 0.85
resolve
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected