Expand description
Extractor for getting connection information from a client.
See Router::into_make_service_with_connect_info for more details.
Structs§
- ConnectInfo 
- Extractor for getting connection information produced by a Connected.
- IntoMake Service With Connect Info 
- A MakeServicecreated from a router.
- MockConnect Info 
- Middleware used to mock ConnectInfoduring tests.
- ResponseFuture 
- Response future for IntoMakeServiceWithConnectInfo.
Traits§
- Connected
- Trait that connected IO resources implement and use to produce information about the connection.