Package io.helidon.common.http
Class Http
- java.lang.Object
-
- io.helidon.common.http.Http
-
public final class Http extends Object
HTTP protocol related constants and utilities.Utility class
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHttp.DateTimeSupport for HTTP date formats based on RFC2616.static classHttp.HeaderUtility class with a list of names of standard HTTP headers and related tooling methods.static classHttp.MethodEnumeration of all standard HTTPmethods.static interfaceHttp.RequestMethodInterface representing an HTTP request method, all standard methods are inHttp.Methodenumeration.static interfaceHttp.ResponseStatusBase interface for status codes used in HTTP responses.static classHttp.StatusCommonly used status codes defined by HTTP, see HTTP/1.1 documentation for the complete list.static classHttp.VersionEnumeration of supported HTTP protocol versions.
-