diff --git a/0.9/index.html b/0.9/index.html index d782068e..3897ac60 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@22559c8c -// webSocket: WSClient[IO] = org.http4s.client.websocket.WSClient$$anon$7@9b1b261 +// http: Client[IO] = org.http4s.client.Client$$anon$3@7d21ee8a +// webSocket: WSClient[IO] = org.http4s.client.websocket.WSClient$$anon$7@56771881

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

Overview