1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-14 07:22:20 +03:00
Files
okhttp/okhttp-testing-support
Yuri Schimke 949262e9fb [4.x] Backport 1XX handling from master (#7634)
* Ignore early hints for 4.9.x (#7444)

(cherry picked from commit b565eecf16)

* Expand 103 handling to other non-specific 1XX messages. (#7629)

(cherry picked from commit 7e4576ccc2)

* Cleanup

* Add a test of 103 handling

* Add copyright

* Add copyright

* Fix cache test for 102/103 (#7633)

(cherry picked from commit 930f138125)

* Disable test
2023-01-12 07:10:39 -05: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.