From 3bbf3b984d26710b4bfa9c9f6d519d83717e0c5c Mon Sep 17 00:00:00 2001 From: "mergify[bot]" Date: Wed, 6 Mar 2024 01:15:38 +0000 Subject: [PATCH] deploy: a728ab555819a3a9c54d47f29a030735f0b9fcbf --- 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 e74c999b..f34cac10 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@7329900b -// webSocket: WSClient[IO] = org.http4s.client.websocket.WSClient$$anon$7@4627e41e +// http: Client[IO] = org.http4s.client.Client$$anon$3@348b5732 +// webSocket: WSClient[IO] = org.http4s.client.websocket.WSClient$$anon$7@23093648

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

Overview