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 ’
Servicethat echos thehttpRequestandtlsclient config. - fs
Servicethat serves a file or directory usingServeFileorServeDir, 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 ’
Servicethat echos the client IP either over http or directly over tcp.