Method

public enum Method

Enum which represents http methods.

Enum Constants

DELETE

public static final Method DELETE

Represents http DELETE.

GET

public static final Method GET

Represents http GET.

POST

public static final Method POST

Represents http POST.

PUT

public static final Method PUT

Represents http PUT.