Skip to content

Commit 05ab06e

Browse files
Add The Idempotency-Key HTTP Header Field (#2202)
Close #2199, adding the suggested spec to the list. ### Changes to `index.json` This update would trigger the following changes in `index.json`: <details><summary>Add spec (1)</summary> ```json { "url": "https://datatracker.ietf.org/doc/html/draft-ietf-httpapi-idempotency-key-header/", "seriesComposition": "full", "shortname": "idempotency-key-header", "series": { "shortname": "idempotency-key-header", "currentSpecification": "idempotency-key-header", "title": "The Idempotency-Key HTTP Header Field", "shortTitle": "The Idempotency-Key HTTP Header Field", "nightlyUrl": "https://www.ietf.org/archive/id/draft-ietf-httpapi-idempotency-key-header-07.html" }, "nightly": { "url": "https://www.ietf.org/archive/id/draft-ietf-httpapi-idempotency-key-header-07.html", "status": "Editor's Draft", "repository": "https://github.com/ietf-wg-httpapi/idempotency", "sourcePath": "draft-ietf-httpapi-idempotency-key-header.md", "alternateUrls": [], "filename": "draft-ietf-httpapi-idempotency-key-header-07.html" }, "organization": "IETF", "groups": [ { "name": "Building Blocks for HTTP APIs Working Group", "url": "https://datatracker.ietf.org/wg/httpapi/" } ], "title": "The Idempotency-Key HTTP Header Field", "source": "ietf", "shortTitle": "The Idempotency-Key HTTP Header Field", "categories": [ "browser" ], "standing": "good" } ``` </details> ### Tests These changes look good! 😎 Co-authored-by: browser-specs-bot <>
1 parent 0dc18b9 commit 05ab06e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

specs.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@
8484
"sourcePath": "draft-davidben-http-client-hint-reliability.md"
8585
}
8686
},
87+
{
88+
"nightly": {
89+
"repository": "https://github.com/ietf-wg-httpapi/idempotency",
90+
"sourcePath": "draft-ietf-httpapi-idempotency-key-header.md"
91+
},
92+
"url": "https://datatracker.ietf.org/doc/html/draft-ietf-httpapi-idempotency-key-header/"
93+
},
8794
"https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-layered-cookies/",
8895
"https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-no-vary-search",
8996
"https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis",

0 commit comments

Comments
 (0)