diff --git a/1.x/index.html b/1.x/index.html index 705a677a..538ba93f 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@5f10a18e -// webSocket: WSClient[IO] = org.http4s.client.websocket.WSClient$$anon$7@3d300864 +// http: Client[IO] = org.http4s.client.Client$$anon$3@22a3a150 +// webSocket: WSClient[IO] = org.http4s.client.websocket.WSClient$$anon$7@4e4b996

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

Overview