restfulness
restfulness copied to clipboard
Cannot set custom mime types in the response Content-Type header
Problem
The response Content-Type
cannot take different values rather than appplication/json
or text/plain
.
Proposed Solution
Modify the update_content_headers
method in the Response to allow to pass a custom Content-Type
.