Crate rust_xfinal

Source

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§

cookie

Macros§

end_pointmacros
This macro is used to construct a ip v4 endpoint
inject_middlewares
This macro is used to conveniently construct a set of middlwares

Structs§

ConnectionData
EndPoint
HttpServer
Request
Response
RouterRegister
ServerConfig
Websocket
WebsocketEvent
WsRouterRegister

Enums§

WsMessage

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

Traits§

MiddleWare
Period
Router
SerializationMethods
WsRouter

Type Aliases§

JsonValue
RouterMap
RouterValue