~/http-status-reference

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

# other 3xx codes