http_server_netty
Netty adapter for the http_server port.
Install the Dependency
=== "build.gradle"
```groovy
repositories {
mavenCentral()
}
dependencies {
implementation("com.hexagonkt:http_server_netty:$hexagonVersion")
}
```
Content copied to clipboard
=== "pom.xml"
```xml
com.hexagonkt http_server_netty $hexagonVersion
```
Content copied to clipboard