-
-
Notifications
You must be signed in to change notification settings - Fork 173
Closed
Description
polka/packages/send-type/index.js
Line 3 in a9f0f58
const TYPE = 'Content-Type'; |
According to https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2, HTTP headers are case insensitive. Thus, it should also handle 'content-type'
.
Metadata
Metadata
Assignees
Labels
No labels