Skip to main content
Module

x/railgun/mod.ts

deno web server framework
Go to Latest
import * as railgun from "https://deno.land/x/railgun@v0.0.8/mod.ts";

Classes

A variable-sized buffer of bytes with read() and write() methods.

Reader for parsing multipart/form-data

Enums

HTTP status codes

Functions

Set the cookie header properly in the Response to delete it

Parse the cookies of the Server Request

Read Reader r until EOF (null) and resolve to the content as Uint8Array`.

Set the cookie header properly in the Response

Interfaces

Interface of HTTP server response. If body is a Reader, response would be chunked. If body is a string, it would be UTF-8 encoded by default.

Type Aliases

Options for creating an HTTP server.

Options for creating an HTTPS server.