mirror of
https://github.com/square/okhttp.git
synced 2026-01-12 10:23:16 +03:00
Also remove @ExperimentalOkHttpApi in a few places. Also rename 'shutdown' to 'close' in MockWebServer and Dispatcher. Also rename QueueDispatcher.enqueueResponse() to QueueDispatcher.enqueue. 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.