reitit

dharrigan 2025-07-24T17:45:03.385559Z

Is there a way to turn off muuntaja/serialisation for a specific route, i.e., for a particular route, just give me the raw body (for all other roues, continue to use muuntata/serialisation)?

erre lin 2025-07-27T16:07:35.596639Z

If the data is not large (say dozens of bytes or so), would it be possible to just deserialize the body back as the raw body?

dharrigan 2025-07-27T16:14:42.412769Z

That's what I ended up doing 🙂

dharrigan 2025-07-27T16:15:06.924779Z

Thankfully, the endpoint isn't used a lot.