🍮 PudimServer Docs

Modules

Each page below documents the APIs of a specific library module.

PudimServer (core)

Server creation, routes, middlewares, CORS, hot reload, and runtime execution.

PudimServer.http

HTTP request parsing and response building.

PudimServer.cors

CORS configuration and header building, including preflight.

PudimServer.pipeline

HTTP handler chaining with next.

PudimServer.cache

In-memory TTL cache and pipeline handler integration.

PudimServer.utils

Type validation and file utility helpers.

PudimServer.ServerChecks

TCP port availability checks.