pub fn start_formatter( conn: &Conn, color: bool, ) -> impl Display + Send + 'static + use<>
formatter for the request-start line
composed of
"Started " version method url
"Started "
version
method
url
This is the same format as StartFormatter, as a free function.
StartFormatter