diff --git a/1.x/index.html b/1.x/index.html index dce9e894..96d9896a 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@5abd1e3 -// webSocket: WSClient[IO] = org.http4s.client.websocket.WSClient$$anon$7@47620d61 +// http: Client[IO] = org.http4s.client.Client$$anon$3@29234500 +// webSocket: WSClient[IO] = org.http4s.client.websocket.WSClient$$anon$7@4b2546f2

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

Overview