Package-level declarations
Types
Defines methods available on an Express Response
object; these are mixed into the standard HttpResponse so that guests may specify responses using this API.
A lightweight container for values bound to a specific HttpRequest. The HttpContext is meant to hold values such as those extracted from path variables.
The method used by an HTTP request.
Represents an incoming HTTP request received by the server, accessible by guest code.
Represents an HTTP response returned by the server, accessible from guest code.
Base class providing route registration APIs to guest code, compiling routing keys that can be used to resolve handler references from a HandlerRegistry.
A Server Agent manages the lifecycle of HTTP Server intrinsics and their injection into guest code.
An extensible container for HTTP server configuration values. Backend-specific implementations may be added to allow low-level customization of the server settings.
A base contract for HTTP server implementations that must be configurable by guest code.