MCPcopy
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
161class HTTPNotModified(HTTPRedirection):
162 # FIXME: this should include a date or etag header
163 status_code = 304
164 empty_body = True
165
166
167class HTTPUseProxy(_HTTPMove):

Callers 1

handleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected