JSON API raw response
I have a json API route to an action that returns a raw binary which is already gzipped in advance with
How do I tell it to return the raw response as is?
:zlib.gzip(). But Ash JSON API tries to encode it with Jason and raises an error.How do I tell it to return the raw response as is?
