Skip to content
Merged

Fix doc #3454

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/reference/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ Server

The `Server.Config` class provides a wide range of configuration options, including SSL/TLS, address binding, request decompression and response compression, request streaming, and more. Here is the full list of available configurations:

```
case class Config(
```scala
final case class Config(
sslConfig: Option[SSLConfig],
address: InetSocketAddress,
acceptContinue: Boolean,
Expand Down
Loading