I can't seem to find how to set a header for the response.
I have looked for how to do this but haven't found a straightforward way to do this.
With specific emphasis on the content-type
header, How to set both a standard & custom headers from a response handler bearing in mind that I can already do thing.into_response()
.