npm.io
1.0.0-beta.1 • Published 3 years ago

http-header-db

Licence
MIT
Version
1.0.0-beta.1
Deps
0
Size
39 kB
Vulns
0
Weekly
3

http-header-db

This is a large database of http header field and information about them.

Data from the following sources:

Usage

import { default as db } from "https://deno.land/x/http_header_db/db.json" assert { type: "json" };

db["content-type"];

Data Structure

The JSON file is a map lookup for lowercased header field names. Each field has the following properties:

Name Description
listable Whether the field allows multiple members or not.
This is synonymous with RFC9110, 5.5, list-based fields.

License

Copyright 2022-present httpland.

Released under the MIT license

This project is strongly inspired by the mime-db

Keywords