Skip to content

for-GET/camelize-http-headers

Repository files navigation

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