To set a Content-Type
header to the response.headers.
Example:
from httpout import response
response.set_content_type('application/json')
To set a Content-Type
header to the response.headers.
Example:
from httpout import response
response.set_content_type('application/json')