Skip to main content
Module

x/texa/mod.ts

A Deno web framework inspired by Oak and Express. Built-in support for WebSockets, middleware and routing.
Latest
import * as texa from "https://deno.land/x/texa@0.8.1/mod.ts";

Classes

The application object.

A pair of request and response object.

A readonly map.

A server request object.

The request headers.

A response object.

A writable map of response headers.

A router object to route different requests.

A static file server middleware.

A remote websocket connection wrapper.

Functions

Extract the media type of a content-type or accepts header.

Parse an address an turn into an object with hostname and port.