From c568c25a2f9ffeba93f268e579f89e315f4af9ce Mon Sep 17 00:00:00 2001 From: ryepup <40441+ryepup@users.noreply.github.com> Date: Thu, 25 Sep 2025 14:09:32 +0000 Subject: [PATCH] update reference.json --- reference-lib/package-lock.json | 4 ++-- reference-lib/package.json | 2 +- reference-lib/src/reference.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference-lib/package-lock.json b/reference-lib/package-lock.json index 759da6c..42e0f00 100644 --- a/reference-lib/package-lock.json +++ b/reference-lib/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nginx/reference-lib", - "version": "1.1.17", + "version": "1.1.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nginx/reference-lib", - "version": "1.1.17", + "version": "1.1.18", "license": "Apache-2.0", "devDependencies": { "@rollup/plugin-json": "^6.1.0", diff --git a/reference-lib/package.json b/reference-lib/package.json index 2df9a76..6bbec25 100644 --- a/reference-lib/package.json +++ b/reference-lib/package.json @@ -1,6 +1,6 @@ { "name": "@nginx/reference-lib", - "version": "1.1.17", + "version": "1.1.18", "description": "", "main": "dist/index.js", "type": "module", diff --git a/reference-lib/src/reference.json b/reference-lib/src/reference.json index c4740a8..bde843e 100644 --- a/reference-lib/src/reference.json +++ b/reference-lib/src/reference.json @@ -12041,8 +12041,8 @@ "

uri | off

\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": "
\n

This directive is obsolete since version 1.25.1.

\n
\n\n

Pre-emptively sends\n(pushes)\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\n
http2_push /static/css/main.css;\n
\n\n

The uri value can contain variables.

\n\n

Several 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.

\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": "
\n

This directive is obsolete since version 1.25.1.\nThe early_hints\ndirective can be used instead.

\n
\n\n

Pre-emptively sends\n(pushes)\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\n
http2_push /static/css/main.css;\n
\n\n

The uri value can contain variables.

\n\n

Several 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.

\n" }, { "name": "http2_push_preload", @@ -17346,5 +17346,5 @@ ] } ], - "version": "https://github.com/nginx/nginx.org/commit/af022c460b34b24278fd29afff8dbbeff5c159db" + "version": "https://github.com/nginx/nginx.org/commit/8f7b354b3593482446c9ef7e24dc84686c5cba60" }