Expand description
IP ’Service
that echos the client IP either over http or directly over tcp.
Modules§
- mode
- operation modes of the ip service
Structs§
- Http
Echo Service - The inner http echo-service used by the
IpServiceBuilder
. - IpService
Builder - Builder that can be used to run your own ip
Service
, echo’ing back the client IP over http or tcp. - TcpEcho
Service - The inner tcp echo-service used by the
IpServiceBuilder
.