v0.4.2 allow access to raw byte slice response body
If you pass in a **[]byte in the response body field, you will be provided with the response body []byte slice (zero copy).
This is useful for downloading files or for other requests that do not return application/json.