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")
```

=== "pom.xml"

```xml
com.hexagonktweb$hexagonVersion
```

Templates

Provide utilities for template processing inside HTTP handlers.

Packages

Link copied to clipboard

TODO