Module io.inverno.mod.http.base


module io.inverno.mod.http.base

The Inverno framework HTTP base module defines the base APIs and services for HTTP client and server implementations.

It defines the following sockets:

headerCodecs
extend the extends header service capabilities with a list of custom header codecs
parameterConverter
override the default parameter converter used in Parameter instances to convert their values

It exposes the following beans:

headerService
A HeaderService used to decode and encode HTTP header fields.
Since:
1.0
Author:
Jeremy Kuhn