Module service
Expand description
Rama services that operate directly on rama_core::stream::Stream types.
Examples are services that can operate directly on a TCP, TLS or UDP stream.
Structsยง
- Discard
Service - An async service which discard all the incoming bytes, and sents no response back.
- Echo
Service - An async service which echoes the incoming bytes back on the same stream.