MCPcopy Create free account
hub / github.com/SeanDragon/protools / init

Method init

http/src/main/java/pro/tools/http/pojo/HttpSend.java:72–76  ·  view source on GitHub ↗

初始化

()

Source from the content-addressed store, hash-verified

70 * 初始化
71 */
72 private void init() {
73 method = HttpMethod.GET;
74 charset = StrConst.DEFAULT_CHARSET;
75 needReceiveHeaders = false;
76 }
77
78 public String getUrl() {
79 return url;

Callers 1

HttpSendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected