Skip to content

HTTP

  • HttpArc Top-level application entry point.
  • FlareHttpContext Full HTTP context passed to controllers, middleware, and handler functions.
  • ControllerBase Base class for class-based HTTP controllers registered on HttpArc.
  • httpContract Defines a typed HTTP contract for a group of route handlers - a thin shorthand over the generic contract("http", descriptor) core.
  • HttpRouteOptions Registration options for function routes: loose inline fields OR a branded contract, never both.
  • MiddlewareBase Base class for HTTP middleware registered on HttpArc.before, HttpArc.after, or HttpArc.finally.
  • ErrorHandlerBase Base class for HTTP error handlers registered on HttpArc.error.
  • ControllerBase Base class for class-based HTTP controllers registered on HttpArc.
  • ErrorHandlerBase Base class for HTTP error handlers registered on HttpArc.error.
  • FlareCookies Read/write cookie API exposed via ctx.cookies.
  • FlareHttpContext Full HTTP context passed to controllers, middleware, and handler functions.
  • FlareRequest Pure inbound representation of an HTTP request.
  • FlareResponse Outbound response value returned by Flare handlers and helper methods.
  • HttpArc Top-level application entry point.
  • MiddlewareBase Base class for HTTP middleware registered on HttpArc.before, HttpArc.after, or HttpArc.finally.
  • httpContract Defines a typed HTTP contract for a group of route handlers - a thin shorthand over the generic contract("http", descriptor) core.
  • stream Stream primitive.
  • Delete Registers the decorated method as a handler for DELETE path.
  • Get Registers the decorated method as a handler for GET path.
  • Head Registers the decorated method as a handler for HEAD path.
  • Method Registers the decorated method as a handler for an arbitrary HTTP method.
  • Options Registers the decorated method as a handler for OPTIONS path.
  • Patch Registers the decorated method as a handler for PATCH path.
  • Post Registers the decorated method as a handler for POST path.
  • Put Registers the decorated method as a handler for PUT path.

Last updated: