import { default } from "https://deno.land/x/deno_api_server@v0.6.4/src/presets/pipes/body/form-body.pipe.ts";
Examples
route
.addPipe(formBodyPipe())
// get the body
.addPipe(ctx => ctx.state.get(STATE_KEY))
route .addPipe(formBodyPipe()) // get the body .addPipe(ctx => ctx.state.get(STATE_KEY))