Releases: nc-js/http-types
Releases · nc-js/http-types
v0.1.4
v0.1.3
- Add author in LICENSE, fix minor issue in README.md
v0.1.2
Features
- Adds the following type aliases for HTTP fields:
HttpForbiddenResponseField
HttpRequestField
HttpResponseField
- Adds the following HTTP fields from the WHATWG Fetch Standard:
Sec-Purpose
field as type aliasHttpFieldSecPurpose
- Adds the following HTTP fields from the WHATWG HTML Standard:
Cross-Origin-Embedder-Policy-Report-Only
field as type aliasHttpFieldCrossOriginEmbedderPolicyReportOnly
Cross-Origin-Opener-Policy-Report-Only
field as type aliasHttpFieldCrossOriginOpenerPolicyReportOnly
v0.1.1
- Add small usage example in README.md
v0.1.0
- Initial release of package