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.HttpMethod
    Modifier and Type
    Class
    Description
    static @interface 
    Deprecated.
    DELETE method of an HTTP endpoint.
    static @interface 
    Deprecated.
    GET method of an HTTP endpoint.
    static @interface 
    Deprecated.
    HEAD method of an HTTP endpoint.
    static @interface 
    Deprecated.
    PATCH method of an HTTP endpoint.
    static @interface 
    Deprecated.
    POST method of an HTTP endpoint.
    static @interface 
    Deprecated.
    PUT method of an HTTP endpoint.