HTTP 304 Not Modified
Redirection · RFC 9110
# meaning
Resource has not been modified since the version specified by `If-Modified-Since` or `If-None-Match`.
# typical use
Conditional GET; saves bandwidth.
→ Browse all HTTP status codes
Redirection · RFC 9110
Resource has not been modified since the version specified by `If-Modified-Since` or `If-None-Match`.
Conditional GET; saves bandwidth.
→ Browse all HTTP status codes