Skip to main content
Module

x/composium/deps.ts

Powered by functional composition and the URL Pattern API, composium has become the most flexible routing framework in the world.
Go to Latest
import * as composium from "https://deno.land/x/composium@v0.0.1/deps.ts";

Functions

Serves HTTP requests with the given handler.

Serves HTTPS requests with the given handler.

Interfaces

Information about the connection a request arrived on.

Additional serve options.

Type Aliases

A handler for HTTP requests. Consumes a request and connection information and returns a response.