import { HonoRequest } from "https://dotland.deno.dev/x/hono@v4.2.6/mod.ts";
.parseBody()
can parse Request body of type multipart/form-data
or application/x-www-form-urlencoded
import { HonoRequest } from "https://dotland.deno.dev/x/hono@v4.2.6/mod.ts";
.parseBody()
can parse Request body of type multipart/form-data
or application/x-www-form-urlencoded