All modules:

Link copied to clipboard

This module holds utilities used in other libraries of the toolkit. Check the packages' documentation for more details. You can find a quick recap of the main features in the sections below.

Link copied to clipboard

Provide general utilities to attach many handlers to be applied on events processing. Events can be of any type.

Link copied to clipboard

This module holds HTTP classes and utilities independent of third party libraries and shared among HTTP clients and HTTP servers.

Link copied to clipboard

This port provides a common interface for using HTTP clients. Many adapters can be developed to use different technologies.

Link copied to clipboard

/http_client implementation using the Jetty HTTP Client library.

Link copied to clipboard

/http_client implementation using the Jetty HTTP Client library (adding WS support).

Link copied to clipboard

This port's purpose is to develop HTTP servers (REST services or Web applications). It defines a DSL to declare HTTP request handlers.

Link copied to clipboard

This port's purpose is to develop HTTP servers (REST services or Web applications). It defines a DSL to declare HTTP request handlers.

Link copied to clipboard

Helidon adapter for the /http_server port.

Link copied to clipboard

Jetty adapter for the /http_server port.

Link copied to clipboard

Netty adapter for the /http_server port.

Link copied to clipboard

Netty Epoll adapter for the /http_server port.

Link copied to clipboard

TODO

Link copied to clipboard

This module...

Link copied to clipboard

TODO.

Link copied to clipboard
Link copied to clipboard

This module holds serialization utilities.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

This port provides a common interface for rendering templates with multiple different template engines.

Link copied to clipboard

This module provides an adapter for the templates Port supporting the Apache FreeMarker template engine.

Link copied to clipboard

jte template engine adapter for Hexagon.

Link copied to clipboard

Pebble template engine adapter for Hexagon.

Link copied to clipboard

Rocker template engine adapter for Hexagon.

Link copied to clipboard
Link copied to clipboard

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