web-specs 2.33.0 → 2.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.json +96 -0
  2. package/package.json +1 -1
package/index.json CHANGED
@@ -75,6 +75,38 @@
75
75
  ]
76
76
  }
77
77
  },
78
+ {
79
+ "url": "https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-digest-headers",
80
+ "seriesComposition": "full",
81
+ "shortname": "digest-headers",
82
+ "series": {
83
+ "shortname": "digest-headers",
84
+ "currentSpecification": "digest-headers",
85
+ "title": "Digest Fields",
86
+ "shortTitle": "Digest Fields",
87
+ "nightlyUrl": "https://httpwg.org/http-extensions/draft-ietf-httpbis-digest-headers.html"
88
+ },
89
+ "organization": "IETF",
90
+ "groups": [
91
+ {
92
+ "name": "HTTP Working Group",
93
+ "url": "https://datatracker.ietf.org/wg/httpbis/"
94
+ }
95
+ ],
96
+ "nightly": {
97
+ "url": "https://httpwg.org/http-extensions/draft-ietf-httpbis-digest-headers.html",
98
+ "repository": "https://github.com/httpwg/http-extensions",
99
+ "sourcePath": "draft-ietf-httpbis-digest-headers.md",
100
+ "alternateUrls": [],
101
+ "filename": "draft-ietf-httpbis-digest-headers.html"
102
+ },
103
+ "title": "Digest Fields",
104
+ "source": "spec",
105
+ "shortTitle": "Digest Fields",
106
+ "categories": [
107
+ "browser"
108
+ ]
109
+ },
78
110
  {
79
111
  "url": "https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis",
80
112
  "seriesComposition": "full",
@@ -8230,6 +8262,38 @@
8230
8262
  "browser"
8231
8263
  ]
8232
8264
  },
8265
+ {
8266
+ "url": "https://www.rfc-editor.org/rfc/rfc8288",
8267
+ "seriesComposition": "full",
8268
+ "shortname": "rfc8288",
8269
+ "series": {
8270
+ "shortname": "rfc8288",
8271
+ "currentSpecification": "rfc8288",
8272
+ "title": "Web Linking",
8273
+ "shortTitle": "Web Linking",
8274
+ "nightlyUrl": "https://httpwg.org/specs/rfc8288.html"
8275
+ },
8276
+ "groups": [
8277
+ {
8278
+ "name": "Mark Nottingham (individual in art area)",
8279
+ "url": "https://datatracker.ietf.org/person/mnot@mnot.net"
8280
+ }
8281
+ ],
8282
+ "organization": "IETF",
8283
+ "nightly": {
8284
+ "url": "https://httpwg.org/specs/rfc8288.html",
8285
+ "alternateUrls": [],
8286
+ "repository": "https://github.com/httpwg/httpwg.github.io",
8287
+ "sourcePath": "specs/rfc8288.xml",
8288
+ "filename": "rfc8288.html"
8289
+ },
8290
+ "title": "Web Linking",
8291
+ "source": "specref",
8292
+ "shortTitle": "Web Linking",
8293
+ "categories": [
8294
+ "browser"
8295
+ ]
8296
+ },
8233
8297
  {
8234
8298
  "url": "https://www.rfc-editor.org/rfc/rfc8470",
8235
8299
  "seriesComposition": "full",
@@ -8452,6 +8516,38 @@
8452
8516
  "browser"
8453
8517
  ]
8454
8518
  },
8519
+ {
8520
+ "url": "https://www.rfc-editor.org/rfc/rfc9163",
8521
+ "seriesComposition": "full",
8522
+ "shortname": "rfc9163",
8523
+ "series": {
8524
+ "shortname": "rfc9163",
8525
+ "currentSpecification": "rfc9163",
8526
+ "title": "Expect-CT Extension for HTTP",
8527
+ "shortTitle": "Expect-CT Extension for HTTP",
8528
+ "nightlyUrl": "https://www.rfc-editor.org/rfc/rfc9163"
8529
+ },
8530
+ "nightly": {
8531
+ "url": "https://www.rfc-editor.org/rfc/rfc9163",
8532
+ "repository": "https://github.com/httpwg/http-extensions",
8533
+ "sourcePath": "archive/draft-ietf-httpbis-expect-ct.md",
8534
+ "alternateUrls": [],
8535
+ "filename": "rfc9163.html"
8536
+ },
8537
+ "organization": "IETF",
8538
+ "groups": [
8539
+ {
8540
+ "name": "HTTP Working Group",
8541
+ "url": "https://datatracker.ietf.org/wg/httpbis/"
8542
+ }
8543
+ ],
8544
+ "title": "Expect-CT Extension for HTTP",
8545
+ "source": "specref",
8546
+ "shortTitle": "Expect-CT Extension for HTTP",
8547
+ "categories": [
8548
+ "browser"
8549
+ ]
8550
+ },
8455
8551
  {
8456
8552
  "url": "https://www.w3.org/Consortium/Patent-Policy/",
8457
8553
  "seriesComposition": "full",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-specs",
3
- "version": "2.33.0",
3
+ "version": "2.35.0",
4
4
  "description": "Curated list of technical Web specifications",
5
5
  "repository": {
6
6
  "type": "git",