web

Adds utilities for serving HTML pages over HTTP servers. Includes kotlinx.html support.

Install the Dependency

=== "build.gradle"

```groovy
repositories {
    mavenCentral()
}

implementation("com.hexagonkt.extra:web:$hexagonVersion")
```

=== "pom.xml"

```xml
com.hexagonkt.extraweb$hexagonVersion
```

Templates

Provide utilities for template processing inside HTTP handlers.

Packages

Link copied to clipboard

TODO