Skip to main content

Module http

Module http 

Source
Expand description

iii http helpers.

Structs§

HttpInvocationConfig
Configuration for an HTTP-invoked function (Lambda, Cloudflare Workers, etc.).
HttpRequest
Buffered HTTP request received by a function handler.
HttpResponse
Buffered HTTP response returned from a function handler.

Enums§

HttpAuthConfig
Authentication configuration for HTTP-invoked functions.
HttpMethod
HTTP method accepted by HttpInvocationConfig. Distinct from the core builtin_triggers HTTP method enum, which also covers HEAD/OPTIONS.