To set a custom header to the response.headers. This will overwrite the existing header (if any).
Example:
from httpout import response
response.set_header('X-Powered-By', 'bar')
To set a custom header to the response.headers. This will overwrite the existing header (if any).
Example:
from httpout import response
response.set_header('X-Powered-By', 'bar')