mirror of
https://github.com/square/okhttp.git
synced 2025-11-05 12:17:34 +08:00
Also rename okhttp3.mockwebserverwrapper to okhttp3.mockwebserver Directories are not renamed to minimize the git diff. That'll follow in a separate commit. Most users of the API are not impacted. The ones that are: - CallTest subclasses QueueDispatcher - DuplexTest uses duplex APIs - HttpOverHttp2Test subclasses QueueDispatcher This is part 2 of the plan described here: https://github.com/square/okhttp/pull/6326