@cto.af/http-headers
Version:
Parse HTTP headers from RFC 9110 (and a bunch of others) using the full ABNF.
54 lines (53 loc) • 1.1 kB
JSON
{
"name": "@cto.af/http-headers",
"version": "1.0.2",
"decription": "Parse HTTP headers from RFC 9110 (and others) using the full ABNF",
"main": "lib/index.js",
"type": "module",
"keywords": [
"http",
"header",
"rfc",
"9110",
"parser",
"peggy",
"peg",
"abnf",
"rfc3986",
"rfc4647",
"rfc5322",
"rfc5646",
"rfc6265",
"rfc6797",
"rfc7639",
"rfc7838",
"rfc8288",
"rfc8942",
"rfc9111",
"content-security-policy",
"set-cookie",
"permissions-policy",
"referrer-policy",
"network-error-logging",
"draft-reschke-http-jfv",
"reporting-endpoints",
"server-timing"
],
"author": "Joe Hildebrand <joe-github@cursive.net>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cto-af/http-headers.git"
},
"homepage": "https://github.com/cto-af/http-headers#readme",
"bugs": {
"url": "https://github.com/cto-af/http-headers/issues"
},
"files": [
"lib"
],
"packageManager": "pnpm@10.14.0",
"engines": {
"node": ">=20"
}
}