Available on (crate features 
clients or servers) and crate feature servers only.Expand description
Common Network Related Server Utilities.
This is guarded behind the servers feature flag, and is only necessary when we are hosting servers of some variety.
Modules§
- models
- Models specifically for the TCP Server, as opposed to the TCP Client.
- request_handlers 
- requestable
- Implements things that can decorate a Request, and all implement
crate::net::models::FromRequest.