Skip to content

normalize headers and body

Choose a tag to compare

@orthagonal orthagonal released this 25 Oct 17:14
· 35 commits to master since this release

This will now force all incoming headers to be all lowercase, so response functions that assumed they were in some capitalized format need to be updated. This also now passes application/json bodies as a JS object rather than as a base-64 JSON string.