Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as laurali from "https://raw.githubusercontent.com/gemrest/laurali/main/mod.ts";

§Classes

Server abstract

The base Laurali server to be extended upon

§Enums

Hook

One of few hooks of a Server

§Variables

hook

Mark the function as a hook and register it to the Server.

route

Mark the function as a route and register it to the Server.

§Interfaces

ProxyConfiguration

Configuration options of a Server's HTTP proxy

ServerConfiguration

Configuration options of a Server