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 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.
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...
Contains the logger adapter for the Logback logging library.
Contains the logger adapter for the SLF4J JUL logging library.
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.
Pebble template engine adapter for Hexagon.
Rocker template engine adapter for Hexagon.