GoogleCloudPlatform / functions-framework-php

FaaS (Function as a service) framework for writing portable PHP functions
Apache License 2.0
211 stars 37 forks source link

fix: correct content-type headers on typed function response #152

Closed garethgeorge closed 1 year ago

garethgeorge commented 1 year ago

Noticed that the content type header is set incorrectly on the result of a typed function invocation. The expected content type is application/json.