Files
okhttp/okhttp-testing-support
Jesse Wilson 0030b10a0b Flatten ConnectionUser (#9122)
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>
2025-10-07 23:50:05 -04:00
..
2025-10-07 23:50:05 -04: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.