osrv
library
Classes
-
-
Request
-
Native request contract shell aligned with the MDN
Request surface.
-
RequestContext
-
Adds per-request controls on top of the shared lifecycle context.
-
RequestInit
-
Initialization options for Request, aligned with the MDN Fetch
RequestInit surface.
-
Response
-
-
ResponseInit
-
-
Runtime
-
Represents a running server hosted by a concrete runtime family.
-
RuntimeCapabilities
-
Describes which runtime-backed features are available to a server instance.
-
RuntimeExtension
-
Marker interface for runtime-specific values attached to request contexts.
-
RuntimeInfo
-
Identifies a runtime family and the role it is performing.
-
Server
-
Declares the runtime-agnostic server contract consumed by
osrv.
-
ServerLifecycleContext
-
Carries runtime metadata shared by lifecycle hooks and request handling.
Enums
-
HttpMethod
-
Standard HTTP methods used by both client and server side APIs.