mirror of
https://github.com/square/okhttp.git
synced 2026-01-17 08:42:25 +03:00
This makes it much easier to test if the call was canceled. Note that the Call's request is always the original user request. This is different than the previous request that was passed in, as that could have been the follow up to a redirect.
OkHttp Benchmarks
This module allows you to test the performance of HTTP clients.
Running
- If you made modifications to
Benchmarkrunmvn compile. - Run
mvn exec:execto launch a new JVM, which will execute the benchmark.