Skip to content

Commit

Permalink
deploy: 272ae63
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen committed Mar 5, 2024
1 parent 073f3c6 commit d4922d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 0.9/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ <h3 id="compatibility" class="section"><a class="anchor-link left" href="#compat
<ul>
<li>Requires Java 11 or greater</li>
<li>Built for Scala 2.12, 2.13 and 3</li>
<li>Works with http4s-client-0.23.25</li>
<li>Works with http4s-client-0.23.26</li>
</ul>
<div class="callout warning">
<i class="icofont-laika warning">&#xf026;</i>
Expand Down Expand Up @@ -265,8 +265,8 @@ <h3 id="creation" class="section"><a class="anchor-link left" href="#creation"><
(</span><span class="type-name">JdkHttpClient</span><span>[</span><span class="type-name">IO</span><span>](</span><span class="identifier">httpClient</span><span>), </span><span class="type-name">JdkWSClient</span><span>[</span><span class="type-name">IO</span><span>](</span><span class="identifier">httpClient</span><span>))
}
.</span><span class="identifier">unsafeRunSync</span><span>()
</span><span class="comment">// http: Client[IO] = org.http4s.client.Client$$anon$3@7d21ee8a
// webSocket: WSClient[IO] = org.http4s.client.websocket.WSClient$$anon$7@56771881</span></code></pre>
</span><span class="comment">// http: Client[IO] = org.http4s.client.Client$$anon$3@7329900b
// webSocket: WSClient[IO] = org.http4s.client.websocket.WSClient$$anon$7@4627e41e</span></code></pre>
<p>If you do not need an HTTP client, you can also call <code>JdkWSClient.simple[IO]</code> as above.</p>

<h3 id="overview" class="section"><a class="anchor-link left" href="#overview"><i class="icofont-laika link">&#xef71;</i></a>Overview</h3>
Expand Down

0 comments on commit d4922d8

Please sign in to comment.