Changeset 366 for draft-ietf-httpbis/latest/p6-cache.xml
- Timestamp:
- 13/11/08 18:53:12 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p6-cache.xml
r364 r366 1517 1517 </t> 1518 1518 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Age"/><iref primary="true" item="Grammar" subitem="Age-v"/> 1519 <x:ref>Age</x:ref> = "Age" <x:ref>BWS</x:ref>":" <x:ref>OWS</x:ref> <x:ref>Age-v</x:ref>1519 <x:ref>Age</x:ref> = "Age" ":" <x:ref>OWS</x:ref> <x:ref>Age-v</x:ref> 1520 1520 <x:ref>Age-v</x:ref> = <x:ref>delta-seconds</x:ref> 1521 1521 </artwork></figure> … … 1570 1570 </t> 1571 1571 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Cache-Control"/><iref primary="true" item="Grammar" subitem="Cache-Control-v"/><iref primary="true" item="Grammar" subitem="cache-directive"/><iref primary="true" item="Grammar" subitem="cache-request-directive"/><iref primary="true" item="Grammar" subitem="cache-response-directive"/><iref primary="true" item="Grammar" subitem="cache-extension"/> 1572 <x:ref>Cache-Control</x:ref> = "Cache-Control" <x:ref>BWS</x:ref>":" <x:ref>OWS</x:ref> <x:ref>Cache-Control-v</x:ref>1572 <x:ref>Cache-Control</x:ref> = "Cache-Control" ":" <x:ref>OWS</x:ref> <x:ref>Cache-Control-v</x:ref> 1573 1573 <x:ref>Cache-Control-v</x:ref> = 1#<x:ref>cache-directive</x:ref> 1574 1574 … … 2113 2113 </t> 2114 2114 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Expires"/><iref primary="true" item="Grammar" subitem="Expires-v"/> 2115 <x:ref>Expires</x:ref> = "Expires" <x:ref>BWS</x:ref>":" <x:ref>OWS</x:ref> <x:ref>Expires-v</x:ref>2115 <x:ref>Expires</x:ref> = "Expires" ":" <x:ref>OWS</x:ref> <x:ref>Expires-v</x:ref> 2116 2116 <x:ref>Expires-v</x:ref> = <x:ref>HTTP-date</x:ref> 2117 2117 </artwork></figure> … … 2168 2168 </t> 2169 2169 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Pragma"/><iref primary="true" item="Grammar" subitem="Pragma-v"/><iref primary="true" item="Grammar" subitem="pragma-directive"/><iref primary="true" item="Grammar" subitem="extension-pragma"/> 2170 <x:ref>Pragma</x:ref> = "Pragma" <x:ref>BWS</x:ref>":" <x:ref>OWS</x:ref> <x:ref>Pragma-v</x:ref>2170 <x:ref>Pragma</x:ref> = "Pragma" ":" <x:ref>OWS</x:ref> <x:ref>Pragma-v</x:ref> 2171 2171 <x:ref>Pragma-v</x:ref> = 1#<x:ref>pragma-directive</x:ref> 2172 2172 <x:ref>pragma-directive</x:ref> = "no-cache" / <x:ref>extension-pragma</x:ref> … … 2219 2219 </t> 2220 2220 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Vary"/><iref primary="true" item="Grammar" subitem="Vary-v"/> 2221 <x:ref>Vary</x:ref> = "Vary" <x:ref>BWS</x:ref>":" <x:ref>OWS</x:ref> <x:ref>Vary-v</x:ref>2221 <x:ref>Vary</x:ref> = "Vary" ":" <x:ref>OWS</x:ref> <x:ref>Vary-v</x:ref> 2222 2222 <x:ref>Vary-v</x:ref> = "*" / 1#<x:ref>field-name</x:ref> 2223 2223 </artwork></figure> … … 2278 2278 </t> 2279 2279 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Warning"/><iref primary="true" item="Grammar" subitem="Warning-v"/><iref primary="true" item="Grammar" subitem="warning-value"/><iref primary="true" item="Grammar" subitem="warn-code"/><iref primary="true" item="Grammar" subitem="warn-agent"/><iref primary="true" item="Grammar" subitem="warn-text"/><iref primary="true" item="Grammar" subitem="warn-date"/> 2280 <x:ref>Warning</x:ref> = "Warning" <x:ref>BWS</x:ref>":" <x:ref>OWS</x:ref> <x:ref>Warning-v</x:ref>2280 <x:ref>Warning</x:ref> = "Warning" ":" <x:ref>OWS</x:ref> <x:ref>Warning-v</x:ref> 2281 2281 <x:ref>Warning-v</x:ref> = 1#<x:ref>warning-value</x:ref> 2282 2282
Note: See TracChangeset
for help on using the changeset viewer.