headword

- Parses request and response headers - Supports a wide variety of well known headers (See [this](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers)) - Normalizes casing - Documented and tested

Usage no npm install needed!

<script type="module">
  import headword from 'https://cdn.skypack.dev/headword';
</script>

README

parse-http-header

  • Parses request and response headers
  • Supports a wide variety of well known headers (See this)
  • Normalizes casing
  • Documented and tested

Authentication Headers

Header Parsed
WWW-Authenticate `{ charset: null,
realm: null,
type: 'Basic',
},