Skip to content

Commit 0ae98cc

Browse files
update reference.json (#454)
Co-authored-by: ryepup <40441+ryepup@users.noreply.github.com>
1 parent 556b9db commit 0ae98cc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

reference-lib/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nginx/reference-lib",
3-
"version": "1.1.17",
3+
"version": "1.1.18",
44
"description": "",
55
"main": "dist/index.js",
66
"type": "module",

reference-lib/src/reference.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12041,8 +12041,8 @@
1204112041
"<p><em><code>uri</code></em> | <code>off</code></p>\n"
1204212042
],
1204312043
"isBlock": false,
12044-
"description_md": "> This directive is obsolete since version 1.25.1.\n\nPre-emptively sends\n([pushes](https://datatracker.ietf.org/doc/html/rfc9113#section-8.4))\na request to the specified *`uri`*\nalong with the response to the original request.\nOnly relative URIs with absolute path will be processed,\nfor example:\n```\nhttp2_push /static/css/main.css;\n```\nThe *`uri`* value can contain variables.\n\nSeveral `http2_push` directives\ncan be specified on the same configuration level.\nThe `off` parameter cancels the effect\nof the `http2_push` directives\ninherited from the previous configuration level.",
12045-
"description_html": "<blockquote>\n<p>This directive is obsolete since version 1.25.1.</p>\n</blockquote>\n\n<p>Pre-emptively sends\n(<a href=\"https://datatracker.ietf.org/doc/html/rfc9113#section-8.4\" target=\"_blank\">pushes</a>)\na request to the specified <em><code>uri</code></em>\nalong with the response to the original request.\nOnly relative URIs with absolute path will be processed,\nfor example:</p>\n\n<pre><code>http2_push /static/css/main.css;\n</code></pre>\n\n<p>The <em><code>uri</code></em> value can contain variables.</p>\n\n<p>Several <code>http2_push</code> directives\ncan be specified on the same configuration level.\nThe <code>off</code> parameter cancels the effect\nof the <code>http2_push</code> directives\ninherited from the previous configuration level.</p>\n"
12044+
"description_md": "> This directive is obsolete since version 1.25.1.\n> The [`early_hints`](https://nginx.org/en/docs/http/ngx_http_core_module.html#early_hints)\n> directive can be used instead.\n\nPre-emptively sends\n([pushes](https://datatracker.ietf.org/doc/html/rfc9113#section-8.4))\na request to the specified *`uri`*\nalong with the response to the original request.\nOnly relative URIs with absolute path will be processed,\nfor example:\n```\nhttp2_push /static/css/main.css;\n```\nThe *`uri`* value can contain variables.\n\nSeveral `http2_push` directives\ncan be specified on the same configuration level.\nThe `off` parameter cancels the effect\nof the `http2_push` directives\ninherited from the previous configuration level.",
12045+
"description_html": "<blockquote>\n<p>This directive is obsolete since version 1.25.1.\nThe <a href=\"https://nginx.org/en/docs/http/ngx_http_core_module.html#early_hints\" target=\"_blank\"><code>early_hints</code></a>\ndirective can be used instead.</p>\n</blockquote>\n\n<p>Pre-emptively sends\n(<a href=\"https://datatracker.ietf.org/doc/html/rfc9113#section-8.4\" target=\"_blank\">pushes</a>)\na request to the specified <em><code>uri</code></em>\nalong with the response to the original request.\nOnly relative URIs with absolute path will be processed,\nfor example:</p>\n\n<pre><code>http2_push /static/css/main.css;\n</code></pre>\n\n<p>The <em><code>uri</code></em> value can contain variables.</p>\n\n<p>Several <code>http2_push</code> directives\ncan be specified on the same configuration level.\nThe <code>off</code> parameter cancels the effect\nof the <code>http2_push</code> directives\ninherited from the previous configuration level.</p>\n"
1204612046
},
1204712047
{
1204812048
"name": "http2_push_preload",
@@ -17346,5 +17346,5 @@
1734617346
]
1734717347
}
1734817348
],
17349-
"version": "https://github.com/nginx/nginx.org/commit/af022c460b34b24278fd29afff8dbbeff5c159db"
17349+
"version": "https://github.com/nginx/nginx.org/commit/8f7b354b3593482446c9ef7e24dc84686c5cba60"
1735017350
}

0 commit comments

Comments
 (0)