Expand description
iii http helpers.
Structs§
- Http
Invocation Config - Configuration for an HTTP-invoked function (Lambda, Cloudflare Workers, etc.).
- Http
Request - Buffered HTTP request received by a function handler.
- Http
Response - Buffered HTTP response returned from a function handler.
Enums§
- Http
Auth Config - Authentication configuration for HTTP-invoked functions.
- Http
Method - HTTP method accepted by
HttpInvocationConfig. Distinct from the corebuiltin_triggersHTTP method enum, which also covers HEAD/OPTIONS.