web

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

Install the Dependency

=== "build.gradle"

```groovy
repositories {
    mavenCentral()
}

implementation("com.hexagontk:web:$hexagonVersion")
```

=== "pom.xml"

```xml
com.hexagontkweb$hexagonVersion
```

Templates

Provide utilities for template processing inside HTTP handlers.

Packages

Link copied to clipboard

TODO