Module io.inverno.mod.http.base
Package io.inverno.mod.http.base
package io.inverno.mod.http.base
Inverno HTTP base API.
-
ClassDescriptionA web exception that indicates a
Bad Request (400).A web exception that indicates aForbidden (403)access to a server resource.Base exception class used to report HTTP errors.A web exception that indicates anInternal Server Error (500)accessing a server resource.Enumeration of HTTP methods as defined by RFC 7231 Section 4.3.A web exception that indicates a client requestedMethod Not Allowed (405).A web exception that indicates aNot Acceptable (406)client requested.A web exception that indicates that a resource wasNot Found (404)on the server.Base parameter interface defining common HTTP parameter (eg. header, cookie, query parameter...).A web 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 web exception that indicates that the access to a server resource isUnauthorized (401).A web exception that indicates that the request body if of anUnsupported Media Type (415)for the requested resource.