Module server

Module server 

Source
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.

Structs§

Router
A router that is capable of routing based on the prefixes of Layer 4 packets.
TCPServer
An implementation of a TCP server.