mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-05-20 16:15:47 +08:00
Android CA Install guide
This commit is contained in:
@@ -285,7 +285,7 @@ enum HttpMethod {
|
||||
}
|
||||
|
||||
static List<HttpMethod> methods() {
|
||||
return values.where((method) => method != HttpMethod.propfind && method != HttpMethod.report).toList();
|
||||
return values.where((method) => method != HttpMethod.propfind && method != HttpMethod.report).toList();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user