Skip to content

Web

Module web

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

Install the Dependency

1
2
3
4
5
repositories {
    mavenCentral()
}

implementation("com.hexagonkt.extra:web:$hexagonVersion")
1
2
3
4
5
<dependency>
  <groupId>com.hexagonkt.extra</groupId>
  <artifactId>web</artifactId>
  <version>$hexagonVersion</version>
</dependency>

Templates

Provide utilities for template processing inside HTTP handlers.

Package com.hexagonkt.web

TODO