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?