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 @interfaceDELETE method of an HTTP endpoint.static @interfaceGET method of an HTTP endpoint.static @interfaceHEAD method of an HTTP endpoint.static @interfaceOPTIONS method of an HTTP endpoint.static @interfacePATCH method of an HTTP endpoint.static @interfacePOST method of an HTTP endpoint.static @interfacePUT method of an HTTP endpoint.