Module io.inverno.mod.http.base
Package io.inverno.mod.http.base
package io.inverno.mod.http.base
Inverno HTTP base API.
-
ClassDescriptionA HTTP exception that indicates a
Bad Request (400)
.Base HTTP exchange (request/response) for representing server or client exchanges.Base HTTP request for representing client or server requests.Base HTTP response for representing client or server responses.Base Exchange context interface.A HTTP exception that indicates aForbidden (403)
access to a server resource.Base exception class used to report HTTP errors.Represents HTTP protocol versions.Represents immutable inbound HTTP cookies.InboundData<A>A generic inbound data consumer.Represents immutable inbound HTTP headers.Represents immutable inbound HTTP request headers.Represents immutable inbound HTTP response headers.Represents immutable inbound HTTP set-cookies.A HTTP exception that indicates anInternal Server Error (500)
accessing a server resource.Enumeration of HTTP methods as defined by RFC 7231 Section 4.3.A HTTP exception that indicates a client requestedMethod Not Allowed (405)
.A HTTP exception that indicates aNot Acceptable (406)
client requested.A HTTP exception that indicates that a resource wasNot Found (404)
on the server.Represents mutable outbound HTTP cookies.OutboundData<A>A generic outbound data producer.OutboundHeaders<A extends OutboundHeaders<A>>Represents mutable outbound HTTP headers.Represents mutable outbound HTTP request headers.Represents mutable outbound HTTP response headers.Represents mutable outbound HTTP set-cookies.Base parameter interface defining common HTTP parameter (eg. header, cookie, query parameter...).A factory for creating parameters.Represents the query parameters of a request.A HTTP exception that indicates that the requested resource isService Unavailable (503)
.Enumeration of HTTP statuses as defined by RFC 7231 Section 6.Describes the category of an HTTP status as defined by RFC 7231 Section 6.A HTTP exception that indicates that the access to a server resource isUnauthorized (401)
.A HTTP exception that indicates that the request body is of anUnsupported Media Type (415)
for the requested resource.