Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -218,6 +218,19 @@ interface JsExtensions {
|
|||||||
.execute()
|
.execute()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* js实现重定向拦截,网络访问head,不返回Response Body更省流量
|
||||||
|
*/
|
||||||
|
fun head(urlStr: String, headers: Map<String, String>): Connection.Response {
|
||||||