Skip to main content
Module

x/pogo/lib/response.ts

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

Classes

A response represents an outgoing message that will be returned by your server for a corresponding request. Use h.response() to create a response instance.