From 073f3c641e5f4671385274b496850f670df591e0 Mon Sep 17 00:00:00 2001 From: amesgen Date: Thu, 29 Feb 2024 20:40:10 +0000 Subject: [PATCH] deploy: c1a7b7121bbb47af4cdf81021ee88de1566e45d3 --- 1.x/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/1.x/index.html b/1.x/index.html index 538ba93f..bd903eb2 100644 --- a/1.x/index.html +++ b/1.x/index.html @@ -265,8 +265,8 @@

< (JdkHttpClient[IO](httpClient), JdkWSClient[IO](httpClient)) } .unsafeRunSync() -// http: Client[IO] = org.http4s.client.Client$$anon$3@22a3a150 -// webSocket: WSClient[IO] = org.http4s.client.websocket.WSClient$$anon$7@4e4b996 +// http: Client[IO] = org.http4s.client.Client$$anon$3@15736d27 +// webSocket: WSClient[IO] = org.http4s.client.websocket.WSClient$$anon$7@56dcdfe7

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

Overview