@arcjet/headers
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-beta.5 • Public • Published
Arcjet Logo

@arcjet/headers

npm badge

Arcjet extension of the Headers class.

Installation

npm install -S @arcjet/headers

Example

import ArcjetHeaders from "@arcjet/headers";

const headers = new ArcjetHeaders({ abc: "123" });

console.log(headers.get("abc"));

Considerations

This package will filter the cookie header and all headers with keys or values that are not strings, such as { "abc": undefined }.

License

Licensed under the Apache License, Version 2.0.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.0-beta.52,148latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.0-beta.52,148
1.0.0-beta.42,243
1.0.0-beta.3590
1.0.0-beta.23,682
1.0.0-beta.1976
1.0.0-alpha.34870
1.0.0-alpha.3330
1.0.0-alpha.32509
1.0.0-alpha.3119
1.0.0-alpha.307
1.0.0-alpha.291
1.0.0-alpha.28296
1.0.0-alpha.272
1.0.0-alpha.262
1.0.0-alpha.250
1.0.0-alpha.240
1.0.0-alpha.230
1.0.0-alpha.220
1.0.0-alpha.210
1.0.0-alpha.201
1.0.0-alpha.190
1.0.0-alpha.180
1.0.0-alpha.176
1.0.0-alpha.160
1.0.0-alpha.150
1.0.0-alpha.140

Package Sidebar

Install

npm i @arcjet/headers

Homepage

arcjet.com

Weekly Downloads

11,382

Version

1.0.0-beta.5

License

Apache-2.0

Unpacked Size

18.1 kB

Total Files

5

Last publish

Collaborators

  • blaine-arcjet
  • davidmytton