1
0
mirror of https://github.com/square/okhttp.git synced 2025-08-08 23:42:08 +03:00

8 Commits

Author SHA1 Message Date
Thomas Wirth
58681d3e46 Fix r8_proguard.md link (#8946) 2025-07-19 08:07:23 +01:00
Jesse Wilson
c056530682 Switch back to the kotlin JVM plugin (#8149)
* Switch back to the kotlin JVM plugin

This does a ton of file moves from jvmMain to main, and jvmTest to test.

* Don't use AnimalSniffer on okcurl

* Use assertk more (#8150)
2023-12-20 18:27:07 -05:00
Yuri Schimke
05718b4d87 Use HTML for docs (#7548) 2022-12-24 10:16:30 +10:00
Yuri Schimke
da8d7aae12 Run docs in CI (#7544) 2022-12-10 11:52:12 +00:00
Jesse Wilson
8a08fb2652 Don't leak a connection that's canceled before it connects (#7099)
We had a bug where calling ConnectPlan.cancel() before ConnectPlan.connectTcp()
would drop the cancel. This is because the rawSocket wasn't created yet to
cancel.

Also document fast fallback on our documentation site.
2022-02-20 22:33:59 -05:00
Yuri Schimke
62bc276667 Update R8 link in docs (#7053) 2022-02-08 08:03:16 +00:00
Jesse Wilson
805470e1e6 Fixup some things with the updated website 2022-02-06 11:35:36 -05:00
Andre_601
106c8d2d5c Improve OkHttp Docs (#6566)
* Improve OkHttp documentation

* Remove placeholder files

* remove site folder

* Create upgrading_to_okhttp_4.md

* Add redirects and fix paths

* add missing tls page to redirects

* Use custom SVG icons

* Update deploy_website.sh

* Push new changes.
2022-02-05 21:19:09 -05:00