This commit is contained in:
Redkale
2017-08-22 15:55:25 +08:00
parent a449a96ef9
commit 086275c135

View File

@@ -32,7 +32,7 @@ public class HttpRequest extends Request<HttpContext> {
protected static final Charset UTF8 = Charset.forName("UTF-8"); protected static final Charset UTF8 = Charset.forName("UTF-8");
protected static final String SESSIONID_NAME = "JSESSIONID"; public static final String SESSIONID_NAME = "JSESSIONID";
@Comment("Method GET/POST/...") @Comment("Method GET/POST/...")
private String method; private String method;