类的使用
net.dongliu.cute.http.HTTPMethod
-
使用HTTPMethod的程序包 程序包 说明 net.dongliu.cute.http The Http APIs -
-
net.dongliu.cute.http中HTTPMethod的使用
返回HTTPMethod的net.dongliu.cute.http中的方法 修饰符和类型 方法 说明 HTTPMethodHTTPRequest. method()static HTTPMethodHTTPMethod. valueOf(String name)返回带有指定名称的该类型的枚举常量。static HTTPMethod[]HTTPMethod. values()按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。参数类型为HTTPMethod的net.dongliu.cute.http中的方法 修饰符和类型 方法 说明 HTTPRequestContextHTTPClient. newRequest(HTTPMethod method, String urlStr)Create new request with method and urlHTTPRequestContextHTTPClient. newRequest(HTTPMethod method, URL url)Create new request with method and url
-