Changeset 428 for draft-ietf-httpbis/latest/p6-cache.html
- Timestamp:
- 22/11/08 19:02:04 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.html
r427 r428 1939 1939 <a href="#header.cache-control" class="smpl">Cache-Control-v</a> = *( "," OWS ) cache-directive *( OWS "," [ OWS 1940 1940 cache-directive ] ) 1941 1941 1942 <a href="#header.expires" class="smpl">Expires</a> = "Expires:" OWS Expires-v 1942 1943 <a href="#header.expires" class="smpl">Expires-v</a> = HTTP-date … … 1949 1950 <a href="#header.pragma" class="smpl">Pragma-v</a> = *( "," OWS ) pragma-directive *( OWS "," [ OWS 1950 1951 pragma-directive ] ) 1952 1951 1953 <a href="#header.vary" class="smpl">Vary</a> = "Vary:" OWS Vary-v 1952 1954 <a href="#header.vary" class="smpl">Vary-v</a> = "*" / ( *( "," OWS ) field-name *( OWS "," [ OWS field-name 1953 1955 ] ) ) 1956 1954 1957 <a href="#header.warning" class="smpl">Warning</a> = "Warning:" OWS Warning-v 1955 1958 <a href="#header.warning" class="smpl">Warning-v</a> = *( "," OWS ) warning-value *( OWS "," [ OWS warning-value 1956 1959 ] ) 1960 1957 1961 <a href="#header.cache-control" class="smpl">cache-directive</a> = cache-request-directive / cache-response-directive 1958 1962 <a href="#header.cache-control" class="smpl">cache-extension</a> = token [ "=" ( token / quoted-string ) ] … … 1967 1971 "must-revalidate" / "proxy-revalidate" / ( "max-age=" delta-seconds 1968 1972 ) / ( "s-maxage=" delta-seconds ) / cache-extension 1973 1969 1974 <a href="#rule.delta-seconds" class="smpl">delta-seconds</a> = 1*DIGIT 1970 1975 … … 1989 1994 <a href="#header.warning" class="smpl">warning-value</a> = warn-code SP warn-agent SP warn-text [ SP warn-date 1990 1995 ] 1996 1991 1997 ; Age defined but not used 1992 1998 ; Cache-Control defined but not used
Note: See TracChangeset
for help on using the changeset viewer.