Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reference-lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion reference-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nginx/reference-lib",
"version": "1.1.17",
"version": "1.1.18",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions reference-lib/src/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -12041,8 +12041,8 @@
"<p><em><code>uri</code></em> | <code>off</code></p>\n"
],
"isBlock": false,
"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.",
"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"
"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.",
"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"
},
{
"name": "http2_push_preload",
Expand Down Expand Up @@ -17346,5 +17346,5 @@
]
}
],
"version": "https://github.com/nginx/nginx.org/commit/af022c460b34b24278fd29afff8dbbeff5c159db"
"version": "https://github.com/nginx/nginx.org/commit/8f7b354b3593482446c9ef7e24dc84686c5cba60"
}