request / caseless

Caseless object set/get/has, very useful when working with HTTP headers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

caseless.httpify generates broken getHeader

jkrems opened this issue · comments

The following line tries to call c.getHeader but it should be c.get: https://github.com/mikeal/caseless/blob/d7a9316a9b6bad70a2e6ee3f4fedf7b38ade91b9/index.js#L58