Re-exports§
pub use tera;pub use serde_json;pub use chrono;pub use chrono_tz;pub use hmac;pub use sha2;pub use base64;pub use sha1;pub use uuid;
Modules§
Macros§
- end_
point macros - This macro is used to construct a ip v4 endpoint
- inject_
middlewares - This macro is used to conveniently construct a set of middlwares
Structs§
- Connection
Data - EndPoint
- Http
Server - Request
- Response
- Router
Register - Server
Config - Websocket
- Websocket
Event - WsRouter
Register
Enums§
Constants§
- CONNECT
Correspond to http CONNECT
- DELETE
Correspond to http DELETE
- GET
Correspond to http GET
- HEAD
Correspond to http HEAD
- OPTIONS
Correspond to http OPTIONS
- PATCH
Correspond to http PATCH
- POST
Correspond to http POST
- PUT
Correspond to http PUT
- TRACE
Correspond to http TRACE