okhttp / okhttp3 / Protocol / HTTP_1_1

HTTP_1_1

HTTP_1_1

A plaintext framing that includes persistent connections.

This version of OkHttp implements RFC 7230, and tracks revisions to that spec.

Inherited Functions

toString

fun toString(): String

Returns the string used to identify this protocol for ALPN, like "http/1.1", "spdy/3.1" or "h2".