pub fn banner_lines(pproxy_args: &PproxyArgs) -> Vec<String>Expand description
Structured startup-banner detail lines for the standalone binary.
Consumes the authoritative parser state
(eggress_pproxy_compat::PproxyArgs::udp_listen_addrs,
eggress_pproxy_compat::PproxyArgs::tls_requested,
eggress_pproxy_compat::PproxyArgs::pac_requested) instead of scanning
diagnostic strings at the presentation site. The caller prints its
version line before these and the waiting for connections footer after.