From 655c798cc894f3006b38da5b96ef56e1ff34b2ab Mon Sep 17 00:00:00 2001 From: "mergify[bot]" Date: Fri, 27 Sep 2024 12:45:56 +0000 Subject: [PATCH] deploy: 16bfed61d75c45d13dfb79a58458ffdf5dd28f8f --- 0.9/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/0.9/index.html b/0.9/index.html index 05b7dd6c..4221d4d9 100644 --- a/0.9/index.html +++ b/0.9/index.html @@ -265,8 +265,8 @@

< (JdkHttpClient[IO](httpClient), JdkWSClient[IO](httpClient)) } .unsafeRunSync() -// http: Client[IO] = org.http4s.client.Client$$anon$3@1e745229 -// webSocket: WSClient[IO] = org.http4s.client.websocket.WSClient$$anon$7@174b5f79 +// http: Client[IO] = org.http4s.client.Client$$anon$3@2fa88386 +// webSocket: WSClient[IO] = org.http4s.client.websocket.WSClient$$anon$7@768d27fd

If you do not need an HTTP client, you can also call JdkWSClient.simple[IO] as above.

Overview