MCPcopy Create free account
hub / github.com/alephdata/aleph / NotModified

Class NotModified

aleph/views/context.py:25–28  ·  view source on GitHub ↗

Converts to HTTP status 304.

Source from the content-addressed store, hash-verified

23
24
25class NotModified(Exception):
26 """Converts to HTTP status 304."""
27
28 pass
29
30
31def handle_not_modified(exc):

Callers 1

enable_cacheFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected