Package-level declarations

Types

Link copied to clipboard

Defines methods available on an Express Response object; these are mixed into the standard HttpResponse so that guests may specify responses using this API.

Link copied to clipboard

A lightweight container for values bound to a specific HttpRequest. The HttpContext is meant to hold values such as those extracted from path variables.

Link copied to clipboard

The method used by an HTTP request.

Link copied to clipboard

Represents an incoming HTTP request received by the server, accessible by guest code.

Link copied to clipboard

Represents an HTTP response returned by the server, accessible from guest code.

Link copied to clipboard

Base class providing route registration APIs to guest code, compiling routing keys that can be used to resolve handler references from a HandlerRegistry.

Link copied to clipboard

A Server Agent manages the lifecycle of HTTP Server intrinsics and their injection into guest code.

Link copied to clipboard
open class HttpServerConfig : ProxyObject

An extensible container for HTTP server configuration values. Backend-specific implementations may be added to allow low-level customization of the server settings.

Link copied to clipboard

A base contract for HTTP server implementations that must be configurable by guest code.