web
Adds utilities for serving HTML pages over HTTP servers. Combines the http_server and templates ports.
Install the Dependency
=== "build.gradle"
```groovy
repositories {
mavenCentral()
}
implementation("com.hexagonkt:web:$hexagonVersion")
```
Content copied to clipboard
=== "pom.xml"
```xml
com.hexagonkt web $hexagonVersion
```
Content copied to clipboard
Templates
Provide utilities for template processing inside HTTP handlers.