Skip to main content

start_formatter

Function start_formatter 

Source
pub fn start_formatter(
    conn: &Conn,
    color: bool,
) -> impl Display + Send + 'static + use<>
Expand description

formatter for the request-start line

composed of

"Started " version method url

This is the same format as StartFormatter, as a free function.