Crate vercel_lambda
Source pub use http;
- error
- request
- lambda
- A macro for starting new handler’s poll for Vercel Lambda events
- Response
- Represents an HTTP response
- StrMap
- A read-only view into a map of string data
- Body
- Representation of http request and response bodies as supported
by Vercel.
- Handler
- Functions acting as Vercel Lambda handlers must conform to this type.
- IntoResponse
- A conversion of self into a
Response
- start
- Creates a new
lambda_runtime::Runtime
and begins polling for Vercel Lambda events
- Request
- Type alias for
http::Request
s with a fixed Vercel_lambda::Body
body