Crate vercel_runtime
source ·Structs
- Represents an HTTP response
- Declaratively construct
Servicevalues. - An HTTP status code (
status-codein RFC 7230 et al.).
Enums
- Representation of http request and response bodies as supported by API Gateway and ALBs.
Traits
Functions
- Starts the Lambda Rust runtime and begins polling for events on the Lambda Runtime APIs.
- Returns a new [
ServiceFn] with the given closure.
Type Definitions
- Error type that lambdas may result in
- Type alias for
http::Requests with a fixedBodytype