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
-
Packages
PackageDescriptionInverno HTTP base API.Inverno HTTP header API.Inverno HTTP routing API.Inverno HTTP routing link implementations.Inverno HTTP WebSocket base API. -
Modules
ModifierModuleDescriptiontransitiveDefines the foundational APIs of the Inverno framework modules.