What is the HTTP \"content-type\" to use when returning a blob of bytes in response to a client\'s GET request?
In this case, the information payload is an object se
You should use application/octet-stream.
application/octet-stream