Module service

Source
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.
ip
IP ’Service that echos the client IP either over http or directly over tcp.
serve
Serve ’Service that serves a file or directory using ServeFile or ServeDir, or a placeholder page.