mirror of
https://github.com/square/okhttp.git
synced 2026-01-14 07:22:20 +03:00
This is working towards supporting pre-warmed connections in ConnectionPool. We want to create connections without a Call object. Co-authored-by: Evan Nelson <enelson@squareup.com>
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.