Interface HttpUtil.METHOD

Enclosing interface:
HttpUtil

public static interface HttpUtil.METHOD
The HTTP methods as defined in RFC1945 (HTTP/1.0), RFC2616 (HTTP/1.1) and RFC5789 (PATCH).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    CONNECT (HTTP/1.1 - RFC 2616)
    static final String
    DELETE (HTTP/1.1 - RFC 2616)
    static final String
    GET (HTTP/1.1 - RFC 2616)
    static final String
    HEAD (HTTP/1.1 - RFC 2616)
    static final String
    OPTIONS (HTTP/1.1 - RFC 2616)
    static final String
    PATCH (HTTP PATCH - RFC 5789)
    static final String
    POST (HTTP/1.1 - RFC 2616)
    static final String
    PUT (HTTP/1.1 - RFC 2616)
    static final String
    TRACE (HTTP/1.1 - RFC 2616)