app
library
Classes
-
Blob
-
Native detached binary large object.
-
ErrorRoute
-
Binds an error handler to a route path and optional method.
-
Event
-
Request-scoped context passed to routes, middleware, and error handlers.
-
File
-
File metadata wrapper over Blob.
-
FormData
-
-
-
MiddlewareRoute
-
Binds middleware to a route path and optional method.
-
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
-
-
RuntimeCapabilities
-
Describes which runtime-backed features are available to a server instance.
-
RuntimeInfo
-
Identifies a runtime family and the role it is performing.
-
ServerLifecycleContext
-
Carries runtime metadata shared by lifecycle hooks and request handling.
-
Spry
-
A Spry application with routes, middleware, and error handlers.
-
URLSearchParams
-
Query parameter collection compatible with the MDN URLSearchParams model.
Enums
-
HttpMethod
-
Standard HTTP methods used by both client and server side APIs.
Extension Types
-
Locals
-
Mutable request-local storage keyed by symbols.
-
RouteParams
-
Route parameters exposed as typed helpers.
Exceptions / Errors
-
HTTPError
-
Base HTTP exception used to convert failures into responses.
-
NotFoundError
-
Error thrown when no route or fallback matches a request.