[−][src]Crate now_lambda
Re-exports
pub use http; |
Modules
| error | |
| request |
Macros
| lambda | A macro for starting new handler's poll for Now Lambda events |
Structs
| Response | Represents an HTTP response |
| StrMap | A read-only view into a map of string data |
Enums
| Body | Representation of http request and response bodies as supported by Zeit Now v2. |
Traits
| Handler | Functions acting as Now Lambda handlers must conform to this type. |
| IntoResponse | A conversion of self into a |
Functions
| start | Creates a new |
Type Definitions
| Request | Type alias for |