@cto.af/http-headers
Version:
Parse HTTP headers from RFC 9110 (and a bunch of others) using the full ABNF.
59 lines (58 loc) • 1.18 kB
JSON
{
"name": "@cto.af/http-headers",
"version": "0.1.0",
"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@9.14.4",
"pnpm": {
"overrides": {
"@eslint/plugin-kit": "^0.2.3"
}
},
"engines": {
"node": ">=18.8"
}
}