Enum HTTPMethod (2.0.0)

public enum HTTPMethod extends Enum<HTTPMethod>

HTTPMethod is an enumeration of HTTP methods that can be sent to a remote server via the URLFetchService.

Static Fields

NameDescription
DELETE
GET
HEAD
PATCH
POST
PUT

Static Methods

NameDescription
valueOf(String name)
values()