All modules:
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.
Provide general utilities to attach many handlers to be applied on events processing. Events can be of any type.
This module holds HTTP classes and utilities independent of third party libraries and shared among HTTP clients and HTTP servers.
This port provides a common interface for using HTTP clients. Many adapters can be developed to use different technologies.
http_client implementation using the Java HTTP Client classes.
http_client implementation using the Jetty HTTP Client library.
http_client implementation using the Jetty HTTP Client library (adding WS support).
This port's purpose is to develop HTTP servers (REST services or Web applications). It defines a DSL to declare HTTP request handlers.
This port's purpose is to develop HTTP servers (REST services or Web applications). It defines a DSL to declare HTTP request handlers.
Helidon adapter for the http_server port.
Jetty adapter for the http_server port.
Netty adapter for the http_server port.
Netty Epoll adapter for the http_server port.
TODO
This module...
TODO.
This module holds serialization utilities.
This port provides a common interface for rendering templates with multiple different template engines.
This module provides an adapter for the templates Port supporting the Apache FreeMarker template engine.
jte template engine adapter for Hexagon.
Pebble template engine adapter for Hexagon.
Rocker template engine adapter for Hexagon.
Adds utilities for serving HTML pages over HTTP servers. Combines the http_server and templates ports.