for-GET / camelize-http-headers

Function to camelize HTTP headers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Function to camelize HTTP headers

License:Apache License 2.0


Languages

Language:CoffeeScript 100.0%