Module service

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ยง

DiscardService
An async service which discard all the incoming bytes, and sents no response back.
EchoService
An async service which echoes the incoming bytes back on the same stream.