//okhttp/okhttp3/Protocol/HTTP_1_1
HTTP_1_1¶
[common]\ HTTP_1_1
A plaintext framing that includes persistent connections.
This version of OkHttp implements RFC 7230, and tracks revisions to that spec.
Functions¶
Name | Summary |
---|---|
toString | [common] open override fun toString(): String Returns the string used to identify this protocol for ALPN, like "http/1.1", "spdy/3.1" or "h2". |
Properties¶
Name | Summary |
---|---|
name | [common] val name: String |
ordinal | [common] val ordinal: Int |