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