1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-14 07:22:20 +03:00
Files
okhttp/okhttp-testing-support
Jesse Wilson e18252dd20 Extract an interface for a ConnectionUser (#8276)
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>
2024-03-06 09:33:38 -08:00
..

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.