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

x/netzo/utils/serve-function/get.handler.tsx>handlerGET

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

type

(request: Request, url: string) => Promise<Response>