Skip to content

Commit bc8b241

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

File tree

9,825 files changed

+1065024
-3
lines changed

Some content is hidden

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

9,825 files changed

+1065024
-3
lines changed

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.

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

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/nopt

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/npm

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/npx

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/nunjucks-precompile

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/rimraf

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/swig

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/to-title-case

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/uglifyjs

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/which

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/window-size

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/JSONStream/.travis.yml

Lines changed: 8 additions & 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/JSONStream/LICENSE.APACHE2

Lines changed: 15 additions & 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/JSONStream/LICENSE.MIT

Lines changed: 24 additions & 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/JSONStream/bin.js

Lines changed: 12 additions & 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/JSONStream/examples/all_docs.js

Lines changed: 13 additions & 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)