Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ HTTPNotModified
Class
HTTPNotModified
aiohttp/web_exceptions.py:161–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
159
160
161
class
HTTPNotModified(HTTPRedirection):
162
# FIXME: this should include a date or etag header
163
status_code = 304
164
empty_body = True
165
166
167
class
HTTPUseProxy(_HTTPMove):
Callers
1
handle
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected