HttpMethod
有此級別的更新版本。前往查看 最新版本。

Enumeration of HTTP methods supported by Request

伸延:Enum
套件:facebook
類別方式
values()
public static HttpMethod values()
valueOf(String)
public static HttpMethod valueOf(String name)
參數說明
name
常數
GET
Use HTTP method "GET" for the request
public static final HttpMethod GET
POST
Use HTTP method "POST" for the request
public static final HttpMethod POST
DELETE
Use HTTP method "DELETE" for the request
public static final HttpMethod DELETE