Formats network protocol version.
String humanizeProtocolVersion(String protocol, String version) { return '$protocol v$version'; }