Class Http
java.lang.Object
io.helidon.http.Http
HTTP endpoint annotations.
In previous versions of Helidon, this class contained the following types:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceWhat media type(s) an endpoint or method can consume.static @interfaceInject a request cookie into a server method parameter, or send a cookie from a declarative client method parameter.static @interfaceDELETE method of an HTTP endpoint.static @interfaceInject entity into a method parameter.static @interfaceInject a URL encoded form parameter into a server method parameter, or send a form parameter from a declarative client method parameter.static @interfaceGET method of an HTTP endpoint.static @interfaceHEAD method of an HTTP endpoint.static interfaceHeader producer, to use with rest client and rest server annotations.static @interfaceInject a request header into a server method parameter, or send a header from a declarative client method parameter.static @interfaceHTTP method.static @interfaceOPTIONS method of an HTTP endpoint.static @interfacePATCH method of an HTTP endpoint.static @interfacePath of an endpoint, or sub-path of a method.static @interfaceInject a path parameter into a server method parameter, or provide a path template value from a declarative client method parameter.static @interfacePOST method of an HTTP endpoint.static @interfaceWhat media type(s) an endpoint or method produces.static @interfacePUT method of an HTTP endpoint.static @interfaceQUERY method of an HTTP endpoint.static @interfaceInject query parameter into a method parameter.static @interfaceInject grouped request parameters into a method parameter. -
Method Summary