This commit is contained in:
地平线
2015-10-26 17:33:08 +08:00
parent dc3bc2913b
commit c87a26e439

View File

@@ -262,7 +262,7 @@ public class HttpRequest extends Request {
return this.getClass().getSimpleName() + "{method:" + this.method + ", requestURI:" + this.requestURI return this.getClass().getSimpleName() + "{method:" + this.method + ", requestURI:" + this.requestURI
+ ", contentType:" + this.contentType + ", connection:" + this.connection + ", protocol:" + this.protocol + ", contentType:" + this.contentType + ", connection:" + this.connection + ", protocol:" + this.protocol
+ ", contentLength:" + this.contentLength + ", cookiestr:" + this.cookiestr + ", contentLength:" + this.contentLength + ", cookiestr:" + this.cookiestr
+ ", host:" + this.host + ", params:" + this.params + ", header:" + this.header + (this.boundary ? "" : (", body:" + getBody())) + "}"; + ", host:" + this.host + ", params:" + this.params + ", header:" + this.header + "}";
} }
public final MultiContext getMultiContext() { public final MultiContext getMultiContext() {