//okhttp/okhttp3/Protocol/HTTP_1_0
HTTP_1_0¶
[common]\ HTTP_1_0
An obsolete plaintext framing that does not use persistent sockets by default.
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 |