Module io.inverno.mod.http.base


module io.inverno.mod.http.base

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

It defines the following sockets:

headerCodecs
extend the 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