[1] Pragma:
ヘッダーは、
キャッシュに関する指示を記述するものでした。 Cache-Control:
ヘッダーの導入以前に使われていました。
[5] >>11 は no-cache
を RFC 1945 と同じ意味で定義しています。それだけ。
[6] >>11 は、構文を自然言語で Pragma := #(token *(";" parameter))
と定義していました。
[12] RFC 3507 - Internet Content Adaptation Protocol (ICAP)
( ( 版))
http://tools.ietf.org/html/rfc3507#section-4.3.1
[9] >>8 より
* Pragma: no-cache
* Pragma: no-cache, xResetStrm=1
* Pragma: No-cache
* Pragma: cache
* Pragma: No-Cache
* Pragma: private
* Pragma: public
* Pragma: no-store
* Pragma: no-store, no-cache, must-revalidate
* Pragma: no cache
* Pragma: NO-CACHE
* Pragma: Private
* Pragma: no-cache, no-cache
* Pragma: no-cash
* Pragma: no-chache
* Pragma: no-store,no-cache
* Pragma: no_cache
* Pragma: nocache
[10]
Pragma: no-cache,rate=1.000000,stream-time=0,stream-offset=0:0,request-context=1,max-duration=0
Pragma: xClientGUID={baadc101-8645-d5a3-9571d14a66ea2b8f}
[305] 2.2.1.4 Pragma
( ( 版))
http://msdn.microsoft.com/en-us/library/cc251236.aspx
[306] Request Headers in the HTTP protocol
( ( 版))
http://www.w3.org/Protocols/HTTP/HTRQ_Headers.html#pragma
[307] The Performance Impact of META REFRESH - IEInternals - Site Home - MSDN Blogs
( ( 版))
http://blogs.msdn.com/b/ieinternals/archive/2010/05/13/meta-refresh-causes-additional-http-requests.aspx
[34] Pragma · Issue #140 · httpwg/http-core
()
https://github.com/httpwg/http-core/issues/140
[35] Deprecate Pragma by mnot · Pull Request #174 · httpwg/http-core
()
https://github.com/httpwg/http-core/pull/174
no-cache
が大文字・小文字不区別と明確になっていますが、それ以外がそうなのかどうかは明言されていません。