Skip to content

Commit

Permalink
Remove deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Aug 17, 2023
1 parent edc11d1 commit d0368e5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/conf/ssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,7 @@ val httpClient: HttpClient = HttpClient.newBuilder().sslContext(ssl).build()
val backend: Resource[IO, SttpBackend[IO, Fs2Streams[IO] with WebSockets]] = HttpClientFs2Backend.resourceUsingClient[IO](httpClient)
```

## Using Async-http-client (deprecated)

```eval_rst
.. note:: Note that the async-http-client is no longer maintained, thus backends based on it should not be used in the new projects.
```
## Using Async-http-client

Using `kmf: KeyManagerFactory` and `tmf: TrustManagerFactory` from [first section](#ssl-context) create a `AsyncHttpClientConfig`.

Expand Down

0 comments on commit d0368e5

Please sign in to comment.