To append a custom header to the response.headers.
Example:
from httpout import response
response.append_header('X-Powered-By', 'foo')
To append a custom header to the response.headers.
Example:
from httpout import response
response.append_header('X-Powered-By', 'foo')