Skip to content

Commit bc8b241

Browse files
author
Blankj
committed
see 02/14 log
1 parent 95cd9af commit bc8b241

9,825 files changed

Lines changed: 1065024 additions & 3 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

utilcode/lib/src/main/java/com/blankj/utilcode/util/HttpUtils.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import java.nio.charset.IllegalCharsetNameException;
1414
import java.security.cert.X509Certificate;
1515
import java.util.HashMap;
16+
import java.util.List;
1617
import java.util.Map;
1718

1819
import javax.net.ssl.HostnameVerifier;
@@ -308,6 +309,10 @@ public static RequestBody json(final String json, String charset) {
308309

309310
}
310311

312+
public static class Response {
313+
Map<String, List<String>> headers;
314+
}
315+
311316

312317
public static abstract class BaseResponse {
313318
public abstract void onSuccess(InputStream is);

utilcode/lib/src/test/java/com/blankj/utilcode/util/HttpUtilsTest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,4 @@ public void doPost() {
5858
// }
5959
// });
6060
}
61-
}
62-
63-
//npm install express --save
61+
}

utilcode/lib/src/test/java/com/blankj/utilcode/util/http/nodeServer/node_modules/.bin/JSONStream

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utilcode/lib/src/test/java/com/blankj/utilcode/util/http/nodeServer/node_modules/.bin/atob

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utilcode/lib/src/test/java/com/blankj/utilcode/util/http/nodeServer/node_modules/.bin/bunyan

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utilcode/lib/src/test/java/com/blankj/utilcode/util/http/nodeServer/node_modules/.bin/esparse

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utilcode/lib/src/test/java/com/blankj/utilcode/util/http/nodeServer/node_modules/.bin/esvalidate

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utilcode/lib/src/test/java/com/blankj/utilcode/util/http/nodeServer/node_modules/.bin/hexo

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utilcode/lib/src/test/java/com/blankj/utilcode/util/http/nodeServer/node_modules/.bin/js-yaml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

utilcode/lib/src/test/java/com/blankj/utilcode/util/http/nodeServer/node_modules/.bin/md2html

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)