diff --git a/0.9/index.html b/0.9/index.html index 79baec5d..9fbf4726 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@9323e6e -// webSocket: WSClient[IO] = org.http4s.client.websocket.WSClient$$anon$7@993ccf4 +// http: Client[IO] = org.http4s.client.Client$$anon$3@1860e2a7 +// webSocket: WSClient[IO] = org.http4s.client.websocket.WSClient$$anon$7@2fcc2d41

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

Overview