Skip to content

Web

Module web

Adds utilities for serving HTML pages over HTTP servers. Combines the http_server and templates ports.

Install the Dependency

1
2
3
4
5
repositories {
    mavenCentral()
}

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

Templates

Provide utilities for template processing inside HTTP handlers.

Package com.hexagonkt.web

TODO