mirror of
https://github.com/square/okhttp.git
synced 2025-11-05 12:17:34 +08:00
There's only one implementation in use, and so I'm inlining it to call through what it ultimately does. My motivation is to avoid retaining a reference to an EventListener anywhere, because that value is going from immutable to mutable. Co-authored-by: Jesse Wilson <jwilson@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.