pub fn log_reverse_proxy(
audit_log: Option<&SharedAuditLog>,
service: &str,
method: &str,
path: &str,
status: u16,
)👎Deprecated since 0.46.0:
use log_l7_request with ProxyMode::Reverse
Expand description
Compatibility shim for the previous log_reverse_proxy API. New code
should call log_l7_request directly with the appropriate
ProxyMode instead.