theam / aws-lambda-haskell-runtime

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

Returned html has quotes around it when Content-Type is set to text/html #73

Closed dnikolovv closed 4 years ago

dnikolovv commented 4 years ago

When you use UseWithApiGateway and set the Content-Type header to text/html, all returned html is wrapped in quotes like so:

image