Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/utils/serve-function/post.handler.ts>handlerPOST

Netzo - roll out internal tools faster
Go to Latest
variable handlerPOST
import { handlerPOST } from "https://deno.land/x/netzo@v0.1.55/utils/serve-function/post.handler.ts";

type

(request: Request, main: Function) => Promise<Response>