Returning a byte[] from a HttpTriggered function seems to format as JSON string, and the content type is set to application/json.
Using the HttpResponseMessage does not seem to currently work due to: #69
This breaks a lot of applications which are expecting binary data.