cn.dreampie.common.http
类 HttpMethod
java.lang.Object
cn.dreampie.common.http.HttpMethod
public class HttpMethod
- extends Object
Created by wangrenhui on 15/1/10.
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GET
public static final String GET
- 另请参见:
- 常量字段值
POST
public static final String POST
- 另请参见:
- 常量字段值
PUT
public static final String PUT
- 另请参见:
- 常量字段值
DELETE
public static final String DELETE
- 另请参见:
- 常量字段值
PATCH
public static final String PATCH
- 另请参见:
- 常量字段值
OPTIONS
public static final String OPTIONS
- 另请参见:
- 常量字段值
HEAD
public static final String HEAD
- 另请参见:
- 常量字段值
HttpMethod
public HttpMethod()
support
public static boolean support(String httpMethod)
Copyright © 2015. All rights reserved.