Effect CommunityEC
Effect Community2y ago
52 replies
Stephen Bluck

Trouble Parsing FormData with Custom Decode Options in ServerRequest

I am trying to parse the FormData from a Http.request.ServerRequest . I was using Http.request.schemaBodyForm(schema) but unfortunately it does not support setting the decode options and I need to set errors: "all" so I thought I will do it manually however I can't seem to grab the original request or have any ability to grab the request.formData(). Any tips?
Was this page helpful?