import * as pogo from "https://deno.land/x/pogo@v0.6.0/dependencies.ts";
Classes
Used to construct an HTTP server. |
Variables
A record of all the status codes text. |
Functions
Set the cookie header with empty value in the headers to delete it | |
Parse cookies of a header | |
Parse set-cookies of a header | |
Set the cookie header properly in the headers | |
Serves HTTP requests with the given handler. | |
Constructs a server, accepts incoming connections on the given listener, and handles requests on these connections with the given handler. | |
Serves HTTPS requests with the given handler. | |
Determines the common path from a set of paths, using an optional separator, which defaults to the OS default separator. | |
Convert a glob string to a regular expression. | |
Test whether the given string is a glob | |
Like join(), but doesn't collapse "**/.." when | |
Like normalize(), but doesn't collapse "**/.." when | |
Copies from | |
Turns a Reader, | |
Turns a ReaderSync, | |
Create a | |
Create a | |
Read Reader | |
Synchronously reads Reader | |
Create a | |
Create a | |
Convert the generator function into a TransformStream. | |
Create a | |
Write all the content of the array buffer ( | |
Synchronously write all the content of the array buffer ( | |
Create a |
Interfaces
Information about the connection a request arrived on. | |
Additional serve options. | |
Options for running an HTTP server. | |
A parsed path object generated by path.parse() or consumed by path.format(). | |
Type Aliases
A handler for HTTP requests. Consumes a request and connection information and returns a response. | |