Skip to main content
Module

x/pogo/lib/request.ts

Server framework for Deno
Latest
import * as pogo from "https://deno.land/x/pogo@v0.6.0/lib/request.ts";

Classes

A request represents an incoming message that your server should respond to. Pogo passes a request instance as the first argument to route handlers.