Crate vercel_runtime
Source - 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
- Handler
- Trait that abstracts over handler function signatures that return types implementing IntoFunctionResponse
- IntoServiceFn
- Service function creation trait for different handler signatures
- run
- Run a Tower service with Vercel’s runtime
- service_fn
- Creates a Tower service from a handler function
- Error
- Request