specs.asciidoc 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. [appendix]
  2. == HTTP and other specifications
  3. This chapter intends to list all the specification documents
  4. for or related to HTTP.
  5. === HTTP
  6. ==== IANA Registries
  7. * https://www.iana.org/assignments/http-methods/http-methods.xhtml[HTTP Method Registry]
  8. * https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml[HTTP Status Code Registry]
  9. * https://www.iana.org/assignments/message-headers/message-headers.xhtml[Message Headers]
  10. * https://www.iana.org/assignments/http-parameters/http-parameters.xhtml[HTTP Parameters]
  11. * https://www.iana.org/assignments/http-alt-svc-parameters/http-alt-svc-parameters.xhtml[HTTP Alt-Svc Parameter Registry]
  12. * https://www.iana.org/assignments/http-authschemes/http-authschemes.xhtml[HTTP Authentication Scheme Registry]
  13. * https://www.iana.org/assignments/http-cache-directives/http-cache-directives.xhtml[HTTP Cache Directive Registry]
  14. * https://www.iana.org/assignments/http-dig-alg/http-dig-alg.xhtml[HTTP Digest Algorithm Values]
  15. * https://www.iana.org/assignments/hoba-device-identifiers/hoba-device-identifiers.xhtml[HTTP Origin-Bound Authentication Device Identifier Types]
  16. * https://www.iana.org/assignments/http-upgrade-tokens/http-upgrade-tokens.xhtml[HTTP Upgrade Token Registry]
  17. * https://www.iana.org/assignments/http-warn-codes/http-warn-codes.xhtml[HTTP Warn Codes]
  18. * https://www.iana.org/assignments/http2-parameters/http2-parameters.xhtml[HTTP/2 Parameters]
  19. * https://www.ietf.org/assignments/websocket/websocket.xml[WebSocket Protocol Registries]
  20. ==== Current
  21. * http://www.w3.org/TR/cors/[CORS]: Cross-Origin Resource Sharing
  22. * http://www.w3.org/TR/CSP2/[CSP2]: Content Security Policy Level 2
  23. * http://www.w3.org/TR/tracking-dnt/[DNT]: Tracking Preference Expression (DNT)
  24. * http://www.w3.org/TR/eventsource/[eventsource]: Server-Sent Events
  25. * https://www.w3.org/TR/html4/interact/forms.html#h-17.13.4[Form content types]: Form content types
  26. * https://www.w3.org/TR/preload/[Preload]: Preload
  27. * https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt[PROXY]: The PROXY protocol
  28. * http://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm[REST]: Fielding's Dissertation
  29. * https://tools.ietf.org/html/rfc1945[RFC 1945]: HTTP/1.0
  30. * https://tools.ietf.org/html/rfc1951[RFC 1951]: DEFLATE Compressed Data Format Specification version 1.3
  31. * https://tools.ietf.org/html/rfc1952[RFC 1952]: GZIP file format specification version 4.3
  32. * https://tools.ietf.org/html/rfc2046#section-5.1[RFC 2046]: Multipart media type (in MIME Part Two: Media Types)
  33. * https://tools.ietf.org/html/rfc2295[RFC 2295]: Transparent Content Negotiation in HTTP
  34. * https://tools.ietf.org/html/rfc2296[RFC 2296]: HTTP Remote Variant Selection Algorithm: RVSA/1.0
  35. * https://tools.ietf.org/html/rfc2817[RFC 2817]: Upgrading to TLS Within HTTP/1.1
  36. * https://tools.ietf.org/html/rfc2818[RFC 2818]: HTTP Over TLS
  37. * https://tools.ietf.org/html/rfc3230[RFC 3230]: Instance Digests in HTTP
  38. * https://tools.ietf.org/html/rfc4559[RFC 4559]: SPNEGO-based Kerberos and NTLM HTTP Authentication in Microsoft Windows
  39. * https://tools.ietf.org/html/rfc5789[RFC 5789]: PATCH Method for HTTP
  40. * https://tools.ietf.org/html/rfc5843[RFC 5843]: Additional Hash Algorithms for HTTP Instance Digests
  41. * https://tools.ietf.org/html/rfc5861[RFC 5861]: HTTP Cache-Control Extensions for Stale Content
  42. * https://tools.ietf.org/html/rfc5988[RFC 5988]: Web Linking
  43. * https://tools.ietf.org/html/rfc6265[RFC 6265]: HTTP State Management Mechanism
  44. * https://tools.ietf.org/html/rfc6266[RFC 6266]: Use of the Content-Disposition Header Field
  45. * https://tools.ietf.org/html/rfc6454[RFC 6454]: The Web Origin Concept
  46. * https://tools.ietf.org/html/rfc6455[RFC 6455]: The WebSocket Protocol
  47. * https://tools.ietf.org/html/rfc6585[RFC 6585]: Additional HTTP Status Codes
  48. * https://tools.ietf.org/html/rfc6750[RFC 6750]: The OAuth 2.0 Authorization Framework: Bearer Token Usage
  49. * https://tools.ietf.org/html/rfc6797[RFC 6797]: HTTP Strict Transport Security (HSTS)
  50. * https://tools.ietf.org/html/rfc6903[RFC 6903]: Additional Link Relation Types
  51. * https://tools.ietf.org/html/rfc7034[RFC 7034]: HTTP Header Field X-Frame-Options
  52. * https://tools.ietf.org/html/rfc7089[RFC 7089]: Time-Based Access to Resource States: Memento
  53. * https://tools.ietf.org/html/rfc7230[RFC 7230]: HTTP/1.1 Message Syntax and Routing
  54. * https://tools.ietf.org/html/rfc7231[RFC 7231]: HTTP/1.1 Semantics and Content
  55. * https://tools.ietf.org/html/rfc7232[RFC 7232]: HTTP/1.1 Conditional Requests
  56. * https://tools.ietf.org/html/rfc7233[RFC 7233]: HTTP/1.1 Range Requests
  57. * https://tools.ietf.org/html/rfc7234[RFC 7234]: HTTP/1.1 Caching
  58. * https://tools.ietf.org/html/rfc7235[RFC 7235]: HTTP/1.1 Authentication
  59. * https://tools.ietf.org/html/rfc7239[RFC 7239]: Forwarded HTTP Extension
  60. * https://tools.ietf.org/html/rfc7240[RFC 7240]: Prefer Header for HTTP
  61. * https://tools.ietf.org/html/rfc7469[RFC 7469]: Public Key Pinning Extension for HTTP
  62. * https://tools.ietf.org/html/rfc7486[RFC 7486]: HTTP Origin-Bound Authentication (HOBA)
  63. * https://tools.ietf.org/html/rfc7538[RFC 7538]: HTTP Status Code 308 (Permanent Redirect)
  64. * https://tools.ietf.org/html/rfc7540[RFC 7540]: Hypertext Transfer Protocol Version 2 (HTTP/2)
  65. * https://tools.ietf.org/html/rfc7541[RFC 7541]: HPACK: Header Compression for HTTP/2
  66. * https://tools.ietf.org/html/rfc7578[RFC 7578]: Returning Values from Forms: multipart/form-data
  67. * https://tools.ietf.org/html/rfc7615[RFC 7615]: HTTP Authentication-Info and Proxy-Authentication-Info Response Header Fields
  68. * https://tools.ietf.org/html/rfc7616[RFC 7616]: HTTP Digest Access Authentication
  69. * https://tools.ietf.org/html/rfc7617[RFC 7617]: The 'Basic' HTTP Authentication Scheme
  70. * https://tools.ietf.org/html/rfc7639[RFC 7639]: The ALPN HTTP Header Field
  71. * https://tools.ietf.org/html/rfc7692[RFC 7692]: Compression Extensions for WebSocket
  72. * https://tools.ietf.org/html/rfc7694[RFC 7694]: HTTP Client-Initiated Content-Encoding
  73. * https://tools.ietf.org/html/rfc7725[RFC 7725]: An HTTP Status Code to Report Legal Obstacles
  74. * https://tools.ietf.org/html/rfc7804[RFC 7804]: Salted Challenge Response HTTP Authentication Mechanism
  75. * https://tools.ietf.org/html/rfc7838[RFC 7838]: HTTP Alternative Services
  76. * https://tools.ietf.org/html/rfc7932[RFC 7932]: Brotli Compressed Data Format
  77. * https://tools.ietf.org/html/rfc7936[RFC 7936]: Clarifying Registry Procedures for the WebSocket Subprotocol Name Registry
  78. * https://tools.ietf.org/html/rfc8053[RFC 8053]: HTTP Authentication Extensions for Interactive Clients
  79. * https://tools.ietf.org/html/rfc8164[RFC 8164]: Opportunistic Security for HTTP/2
  80. * https://tools.ietf.org/html/rfc8187[RFC 8187]: Indicating Character Encoding and Language for HTTP Header Field Parameters
  81. * https://tools.ietf.org/html/rfc8188[RFC 8188]: Encrypted Content-Encoding for HTTP
  82. * https://tools.ietf.org/html/rfc8246[RFC 8246]: HTTP Immutable Responses
  83. * https://tools.ietf.org/html/rfc8297[RFC 8297]: An HTTP Status Code for Indicating Hints
  84. * https://tools.ietf.org/html/rfc8336[RFC 8336]: The ORIGIN HTTP/2 Frame
  85. * https://www.w3.org/TR/webmention/[Webmention]: Webmention
  86. ==== Upcoming
  87. * https://www.w3.org/TR/clear-site-data/[Clear Site Data]
  88. * https://www.w3.org/TR/csp-cookies/[Content Security Policy: Cookie Controls]
  89. * https://www.w3.org/TR/csp-embedded-enforcement/[Content Security Policy: Embedded Enforcement]
  90. * https://www.w3.org/TR/CSP3/[Content Security Policy Level 3]
  91. * https://www.w3.org/TR/csp-pinning/[Content Security Policy Pinning]
  92. * http://www.w3.org/TR/referrer-policy/[Referrer Policy]
  93. * http://www.w3.org/TR/UISecurity/[User Interface Security Directives for Content Security Policy]
  94. ==== Informative
  95. * http://www.w3.org/TR/webarch/[Architecture of the World Wide Web]
  96. * https://tools.ietf.org/html/rfc2936[RFC 2936]: HTTP MIME Type Handler Detection
  97. * https://tools.ietf.org/html/rfc2964[RFC 2964]: Use of HTTP State Management
  98. * https://tools.ietf.org/html/rfc3143[RFC 3143]: Known HTTP Proxy/Caching Problems
  99. * https://tools.ietf.org/html/rfc6202[RFC 6202]: Known Issues and Best Practices for the Use of Long Polling and Streaming in Bidirectional HTTP
  100. * https://tools.ietf.org/html/rfc6838[RFC 6838]: Media Type Specifications and Registration Procedures
  101. * https://tools.ietf.org/html/rfc7478[RFC 7478]: Web Real-Time Communication Use Cases and Requirements
  102. ==== Related
  103. * http://www.w3.org/TR/app-uri/[app: URL Scheme]
  104. * http://www.w3.org/TR/beacon/[Beacon]
  105. * http://www.w3.org/TR/FileAPI/[File API]
  106. * https://tools.ietf.org/html/rfc8030[Generic Event Delivery Using HTTP Push]
  107. * http://www.w3.org/TR/capability-urls/[Good Practices for Capability URLs]
  108. * https://html.spec.whatwg.org/multipage/[HTML Living Standard]
  109. * https://developers.whatwg.org/[HTML Living Standard for Web developers]
  110. * http://www.w3.org/TR/html401/[HTML4.01]
  111. * http://www.w3.org/TR/html5/[HTML5]
  112. * http://www.w3.org/TR/html51/[HTML5.1]
  113. * https://www.w3.org/TR/html52/[HTML5.2]
  114. * http://www.w3.org/TR/media-frags/[Media Fragments URI 1.0]
  115. * https://tools.ietf.org/html/rfc6690[RFC 6690]: Constrained RESTful Environments (CoRE) Link Format
  116. * https://tools.ietf.org/html/rfc7807[RFC 7807]: Problem Details for HTTP APIs
  117. * https://tools.ietf.org/html/rfc6906[RFC 6906]: The 'profile' Link Relation Type
  118. * http://www.w3.org/TR/SRI/[Subresource Integrity]
  119. * http://www.w3.org/TR/tracking-compliance/[Tracking Compliance and Scope]
  120. * http://www.w3.org/TR/media-frags-reqs/[Use cases and requirements for Media Fragments]
  121. * http://www.w3.org/TR/webrtc/[WebRTC 1.0: Real-time Communication Between Browsers]
  122. * http://www.w3.org/TR/websockets/[Websocket API]
  123. * http://www.w3.org/TR/XMLHttpRequest/[XMLHttpRequest Level 1]
  124. * https://xhr.spec.whatwg.org/[XMLHttpRequest Living Standard]
  125. ==== Seemingly obsolete
  126. * https://tools.ietf.org/html/rfc2227[RFC 2227]: Simple Hit-Metering and Usage-Limiting for HTTP
  127. * https://tools.ietf.org/html/rfc2310[RFC 2310]: The Safe Response Header Field
  128. * https://tools.ietf.org/html/rfc2324[RFC 2324]: Hyper Text Coffee Pot Control Protocol (HTCPCP/1.0)
  129. * https://tools.ietf.org/html/rfc2660[RFC 2660]: The Secure HyperText Transfer Protocol
  130. * https://tools.ietf.org/html/rfc2774[RFC 2774]: An HTTP Extension Framework
  131. * https://tools.ietf.org/html/rfc2965[RFC 2965]: HTTP State Management Mechanism (Cookie2)
  132. * https://tools.ietf.org/html/rfc3229[RFC 3229]: Delta encoding in HTTP
  133. * https://tools.ietf.org/html/rfc7168[RFC 7168]: The Hyper Text Coffee Pot Control Protocol for Tea Efflux Appliances (HTCPCP-TEA)
  134. * http://dev.chromium.org/spdy/spdy-protocol[SPDY]: SPDY Protocol
  135. * https://tools.ietf.org/html/draft-tyoshino-hybi-websocket-perframe-deflate-06[x-webkit-deflate-frame]: Deprecated Websocket compression
  136. === URL
  137. * https://tools.ietf.org/html/rfc3986[RFC 3986]: URI Generic Syntax
  138. * https://tools.ietf.org/html/rfc6570[RFC 6570]: URI Template
  139. * https://tools.ietf.org/html/rfc6874[RFC 6874]: Representing IPv6 Zone Identifiers in Address Literals and URIs
  140. * https://tools.ietf.org/html/rfc7320[RFC 7320]: URI Design and Ownership
  141. * http://www.w3.org/TR/url-1/[URL]
  142. * https://url.spec.whatwg.org/[URL Living Standard]
  143. === WebDAV
  144. * https://tools.ietf.org/html/rfc3253[RFC 3253]: Versioning Extensions to WebDAV
  145. * https://tools.ietf.org/html/rfc3648[RFC 3648]: WebDAV Ordered Collections Protocol
  146. * https://tools.ietf.org/html/rfc3744[RFC 3744]: WebDAV Access Control Protocol
  147. * https://tools.ietf.org/html/rfc4316[RFC 4316]: Datatypes for WebDAV Properties
  148. * https://tools.ietf.org/html/rfc4331[RFC 4331]: Quota and Size Properties for DAV Collections
  149. * https://tools.ietf.org/html/rfc4437[RFC 4437]: WebDAV Redirect Reference Resources
  150. * https://tools.ietf.org/html/rfc4709[RFC 4709]: Mounting WebDAV Servers
  151. * https://tools.ietf.org/html/rfc4791[RFC 4791]: Calendaring Extensions to WebDAV (CalDAV)
  152. * https://tools.ietf.org/html/rfc4918[RFC 4918]: HTTP Extensions for WebDAV
  153. * https://tools.ietf.org/html/rfc5323[RFC 5323]: WebDAV SEARCH
  154. * https://tools.ietf.org/html/rfc5397[RFC 5397]: WebDAV Current Principal Extension
  155. * https://tools.ietf.org/html/rfc5689[RFC 5689]: Extended MKCOL for WebDAV
  156. * https://tools.ietf.org/html/rfc5842[RFC 5842]: Binding Extensions to WebDAV
  157. * https://tools.ietf.org/html/rfc5995[RFC 5995]: Using POST to Add Members to WebDAV Collections
  158. * https://tools.ietf.org/html/rfc6352[RFC 6352]: CardDAV: vCard Extensions to WebDAV
  159. * https://tools.ietf.org/html/rfc6578[RFC 6578]: Collection Synchronization for WebDAV
  160. * https://tools.ietf.org/html/rfc6638[RFC 6638]: Scheduling Extensions to CalDAV
  161. * https://tools.ietf.org/html/rfc6764[RFC 6764]: Locating Services for Calendaring Extensions to WebDAV (CalDAV) and vCard Extensions to WebDAV (CardDAV)
  162. * https://tools.ietf.org/html/rfc7809[RFC 7809]: Calendaring Extensions to WebDAV (CalDAV): Time Zones by Reference
  163. * https://tools.ietf.org/html/rfc7953[RFC 7953]: Calendar Availability
  164. * https://tools.ietf.org/html/rfc8144[RFC 8144]: Use of the Prefer Header Field in WebDAV
  165. === CoAP
  166. * https://tools.ietf.org/html/rfc7252[RFC 7252]: The Constrained Application Protocol (CoAP)
  167. * https://tools.ietf.org/html/rfc7390[RFC 7390]: Group Communication for CoAP
  168. * https://tools.ietf.org/html/rfc7641[RFC 7641]: Observing Resources in CoAP
  169. * https://tools.ietf.org/html/rfc7650[RFC 7650]: A CoAP Usage for REsource LOcation And Discovery (RELOAD)
  170. * https://tools.ietf.org/html/rfc7959[RFC 7959]: Block-Wise Transfers in CoAP
  171. * https://tools.ietf.org/html/rfc7967[RFC 7967]: CoAP Option for No Server Response
  172. * https://tools.ietf.org/html/rfc8075[RFC 8075]: Guidelines for Mapping Implementations: HTTP to CoAP
  173. * https://tools.ietf.org/html/rfc8132[RFC 8132]: PATCH and FETCH Methods for CoAP
  174. * https://tools.ietf.org/html/rfc8323[RFC 8323]: CoAP over TCP, TLS, and WebSockets