Operations grimoire/Web/Headers: Difference between revisions
From Nasqueron Agora
< Operations grimoire | Web
(Created page with "This page documents HTTP headers used in Nasqueron sites. Per [https://datatracker.ietf.org/doc/html/rfc6648 RFC 6648], those headers SHOULD NOTE use the X- prefix. {| class="wikitable sortable" |+ HTTP headers |- ! Header !! Description !! Values!! Example header !! Used in |- | Assets-Font-Format || Specify the font extension served in a CSS || <code>with-<font extension></code> || <code>Assets-Font-Format: with-woff2</code> || assets.nasqueron.org (nginx) |}") |
No edit summary |
||
Line 8: | Line 8: | ||
! Header !! Description !! Values!! Example header !! Used in | ! Header !! Description !! Values!! Example header !! Used in | ||
|- | |- | ||
| Assets-Font-Format || Specify the font extension served in a CSS || | | Assets-Font-Format || Specify the font extension served in a CSS || {{code|with-<font extension>}} || <code>Assets-Font-Format: with-woff2</code> || assets.nasqueron.org (nginx) | ||
|- | |||
|} | |} |
Revision as of 08:32, 27 May 2023
This page documents HTTP headers used in Nasqueron sites.
Per RFC 6648, those headers SHOULD NOTE use the X- prefix.
Header | Description | Values | Example header | Used in |
---|---|---|---|---|
Assets-Font-Format | Specify the font extension served in a CSS | with-<font extension>
|
Assets-Font-Format: with-woff2 |
assets.nasqueron.org (nginx) |