theam / aws-lambda-haskell-runtime

⚡Haskell runtime for AWS Lambda
https://theam.github.io/aws-lambda-haskell-runtime/
Other
269 stars 48 forks source link

Headers in ApiGatewayResponse. #55

Closed harrypunk closed 4 years ago

harrypunk commented 4 years ago

Currently, the ToJSON instance of Header in Network.HTTP.Types.Header is not implemented. I add an example to save readers the trouble of going through the doc of Data.CaseInsensitive.

NickSeagull commented 4 years ago

Thanks!