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

ServerConfiguration

import type { ServerConfiguration } from "https://raw.githubusercontent.com/gemrest/laurali/main/mod.ts";

Configuration options of a Server

interface ServerConfiguration {
hostname?: string;
port?: number;
}

§Properties

§
hostname?: string
[src]

The hostname a Server will identify as

§
port?: number
[src]

The port a Server will listen on

§

Proxy your Gemini content by specifying an HTTP proxy