diff --git a/0.9/index.html b/0.9/index.html index 05b7dd6c..4221d4d9 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@1e745229 -// webSocket: WSClient[IO] = org.http4s.client.websocket.WSClient$$anon$7@174b5f79 +// http: Client[IO] = org.http4s.client.Client$$anon$3@2fa88386 +// webSocket: WSClient[IO] = org.http4s.client.websocket.WSClient$$anon$7@768d27fd

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

Overview