Skip to content

v0.4.2 allow access to raw byte slice response body

Compare
Choose a tag to compare
@StephanHCB StephanHCB released this 17 Oct 14:27
· 26 commits to main since this release
86fa277

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.