mirror of
https://github.com/square/okhttp.git
synced 2026-01-17 08:42:25 +03:00
Also rename HttpStream to HttpCodec. This is the interface implemented for both HTTP/1.1 and HTTP/2. The HTTP/2 codec creates a stream when it is used.
OkCurl
A curl for the next-generation web.
OkCurl is an OkHttp-backed curl clone which allows you to test OkHttp's HTTP engine (including HTTP/2) against web servers.