mirror of
https://github.com/square/okhttp.git
synced 2026-01-14 07:22:20 +03:00
Also promote RealConnectPlan to a top-level type, ConnectPlan. Each RealConnection is now created only once its ready to be used to carry exchanges. We do the actual connect work in ConnectPlan.
OkHttp Testing Support
This module offers utilities and support for testing OkHttp itself. It's not intended for use by other projects or consumers of the OkHttp library.