Expires HTTP header to control the response cache

About

expires is a response header part of the http cache control header that gives the date/time after which a response in a cache store is considered stale.

Example

In a html meta

<META http-equiv="Expires" content="Tue, 20 Aug 1996 14:25:27 GMT">

where the value is a http timestamp

Documentation / Reference





Discover More
HTTP - Cache (Cache-Control Header, Bursting, )

When sending a response, several headers have an influence / control over the cache store, we call them cache control headers The cache control header are: Name Description Cache-Control Define properties...
Http Headers Firefox
HTTP - Header (Fields)

Headers are : properties (textual name-value pairs, ie both name and value are text) located in the head of: a http request that the client sends a http response that the server sends The HTTP...



Share this page:
Follow us:
Task Runner