Crate vercel_runtime

Source

Modules§

http
request
response

Structs§

Response
Represents an HTTP response
Route
Router
ServiceBuilder
Declaratively construct Service values.
StatusCode
An HTTP status code (status-code in RFC 9110 et al.).

Enums§

Body
Representation of http request and response bodies as supported by API Gateway and ALBs.

Traits§

RequestPayloadExt
Extensions for lambda_http::Request structs.

Functions§

process_request
process_response
run
run_service
Starts the Lambda Rust runtime and begins polling for events on the Lambda Runtime APIs.
service_fn
Returns a new ServiceFn with the given closure.

Type Aliases§

Error
Error type that lambdas may result in
Request
Type alias for http::Requests with a fixed Body type

Attribute Macros§

bundled_api