java.lang.Object
io.helidon.http.Http
Deprecated.
this API is part of incubating features of Helidon. This API may change including backward incompatible changes
               and full removal. We welcome feedback for incubating features.
HTTP endpoint annotations.
 
In previous versions of Helidon, this class contained the following types:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic @interfaceDeprecated.What media type(s) this method can consume.static @interfaceDeprecated.DELETE method of an HTTP endpoint.static @interfaceDeprecated.Inject entity into a method parameter.static @interfaceDeprecated.GET method of an HTTP endpoint.static @interfaceDeprecated.HEAD method of an HTTP endpoint.static interfaceDeprecated.Header producer, to use with rest client and rest server annotations.static @interfaceDeprecated.Inject header into a method parameter.static @interfaceDeprecated.HTTP Method.static @interfaceDeprecated.PATCH method of an HTTP endpoint.static @interfaceDeprecated.Path of an endpoint, or sub-path of a method.static @interfaceDeprecated.Inject path parameter into a method parameter.static @interfaceDeprecated.POST method of an HTTP endpoint.static @interfaceDeprecated.What media type(s) this method produces.static @interfaceDeprecated.PUT method of an HTTP endpoint.static @interfaceDeprecated.Inject query parameter into a method parameter.
- 
Method Summary