Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 531 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 531 Bytes

Camelize HTTP headers Build Status

Camelize HTTP headers.

Although HTTP/1.x headers are case insensitive, in some cases you still need them camelcased, as they are generally known.

Install

npm install camelize-http-headers --save

Usage

camelize = require 'camelize-http-headers'
camelize 'content-md5' # Content-MD5

License

Apache 2.0