HTTP Concepts

Conditional Request

An HTTP request that includes conditions (If-Match, If-None-Match, If-Modified-Since) allowing the server to respond with 304 Not Modified if the resource hasn't changed.

Related Protocols

Mentioned in Guides

See Also