pub fn version(conn: &Conn, _color: bool) -> VersionAvailable on crate feature
client only.Expand description
Formatter for the HTTP version used on the wire.
Because log output renders after the request executes, this reflects the version actually
negotiated — an h2→h3 upgrade via Alt-Svc shows up here, not the originally-requested
version.