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

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

Overview