Crate vercel_runtime

Crate vercel_runtime 

Source

Structs§

AppState
LogContext
Response
Represents an HTTP response
ResponseBody
A wrapper around BoxBody that allows implementing From traits
ServiceFn
A Tower service wrapper around a handler function
StatelessHandler
Wrapper for stateless handlers that return IntoFunctionResponse types

Traits§

Handler
Trait that abstracts over handler function signatures that return types implementing IntoFunctionResponse
IntoServiceFn
Service function creation trait for different handler signatures

Functions§

run
Run a Tower service with Vercel’s runtime
service_fn
Creates a Tower service from a handler function

Type Aliases§

Error
Request