Ash FrameworkAF
Ash Framework7mo ago
9 replies
Sienhopist

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 :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?
Was this page helpful?