Closed billyjs closed 3 years ago
I need to change the default Content-Type response header from application/json; charset=UTF-8 to just application/json. Is this possible i cannot see any way to set response headers in the docs?
Content-Type
application/json; charset=UTF-8
application/json
I need to change the default
Content-Type
response header fromapplication/json; charset=UTF-8
to justapplication/json
. Is this possible i cannot see any way to set response headers in the docs?