Module service

Module service 

Source
Available on crate features http and net and haproxy and cli only.
Expand description

Reusable CLI Services.

These services are used by rama’s binary distribution and that can be added to your own rama-driven CLI application as well.

Modules§

echo
Echo ’Service that echos the http Request and tls client config.
fs
Service that serves a file or directory using ServeFile or ServeDir, or a placeholder page.
ip
IP ’Service that echos the client IP either over http or directly over tcp.