Skip to main content

Module service

Module service 

Source
Available on crate features cli and haproxy and http and net 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.
http_security
Shared defence-in-depth HTTP response-header layer used by every HTML-emitting service that ships with rama (fingerprint service, http test service, public IP page).
ip
IP ’Service that echos the client IP either over http or directly over tcp.