mirror of
https://github.com/square/okhttp.git
synced 2026-01-12 10:23:16 +03:00
* New BufferedSocket class I'm starting to push Okio's socket throughout OkHttp, and it turns out what I usually want is a BufferedSocket instead. * Flush not emit * Track exception messages * Use flush more
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.