tests layout readme

This commit is contained in:
hugogogo
2022-07-29 14:19:08 +02:00
parent 06ff3a4ea9
commit 7e5492b793

View File

@@ -377,11 +377,11 @@ Fetch metadata request headers provides information about the context from which
- **SourceMap** : Links generated code to a source map.
- **Upgrade** : The relevant RFC document for the Upgrade header field is RFC 7230, section 6.7. The standard establishes rules for upgrading or changing to a different protocol on the current client, server, transport protocol connection. For example, this header standard allows a client to change from HTTP 1.1 to HTTP 2.0, assuming the server decides to acknowledge and implement the Upgrade header field. Neither party is required to accept the terms specified in the Upgrade header field. It can be used in both client and server headers. If the Upgrade header field is specified, then the sender MUST also send the Connection header field with the upgrade option specified. For details on the Connection header field please see section 6.1 of the aforementioned RFC.
- **X-DNS-Prefetch-Control** : Controls DNS prefetching, a feature by which browsers proactively perform domain name resolution on both links that the user may choose to follow as well as URLs for items referenced by the document, including images, CSS, JavaScript, and so forth.
- *X-Firefox-Spdy* Deprecated Non-Standard : TBD
- *X-Pingback* Non-Standard : TBD
- **(X-Firefox-Spdy)** Deprecated Non-Standard : TBD
- **(X-Pingback)** (Non-Standard) : TBD
- **X-Requested-With** : TBD
- *X-Robots-Tag* Non-Standard : The X-Robots-Tag HTTP header is used to indicate how a web page is to be indexed within public search engine results. The header is effectively equivalent to <meta name="robots" content="…">.
- *X-UA-Compatible* Non-Standard : Used by Internet Explorer to signal which document mode to use.
- **(X-Robots-Tag)** (Non-Standard) : The X-Robots-Tag HTTP header is used to indicate how a web page is to be indexed within public search engine results. The header is effectively equivalent to <meta name="robots" content="…">.
- **(X-UA-Compatible)** (Non-Standard) : Used by Internet Explorer to signal which document mode to use.
---