Uses of Annotation Interface
io.helidon.http.Http.HttpMethod
Packages that use Http.HttpMethod
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
-
Uses of Http.HttpMethod in io.helidon.http
Classes in io.helidon.http with annotations of type Http.HttpMethodModifier and TypeClassDescriptionstatic @interfaceDeprecated.DELETE method of an HTTP endpoint.static @interfaceDeprecated.GET method of an HTTP endpoint.static @interfaceDeprecated.HEAD method of an HTTP endpoint.static @interfaceDeprecated.PATCH method of an HTTP endpoint.static @interfaceDeprecated.POST method of an HTTP endpoint.static @interfaceDeprecated.PUT method of an HTTP endpoint.