Integrations with HTTP Server
HTTP integration is accomplished with WebSocket, and (currently) integration with three common rust HTTP server are supported by enabling the corresponding feature flag.
actix-web:"http_actix_web"tide:"http_tide"warp:"http_warp"