forked from nativescript-community/https
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnative-api-usage.json
More file actions
45 lines (45 loc) · 1.46 KB
/
native-api-usage.json
File metadata and controls
45 lines (45 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"uses": [
"android.os:StrictMode",
"android.os:StrictMode.ThreadPolicy",
"okhttp3:Call",
"okhttp3:Dispatcher",
"okhttp3:RequestBody",
"okhttp3:MediaType",
"okhttp3:MultipartBody",
"okhttp3:Response",
"okhttp3:ResponseBody",
"okhttp3:Headers",
"okhttp3:MultipartBody.Builder",
"okhttp3:CacheControl",
"okhttp3:CacheControl.Builder",
"okhttp3:Request",
"okhttp3:Request.Builder",
"okhttp3:Interceptor",
"okhttp3:OkHttpClient",
"okhttp3:OkHttpClient.Builder",
"okhttp3:CertificatePinner",
"okhttp3:CertificatePinner.Builder",
"okhttp3:ConnectionSpec",
"okhttp3:Cache",
"okhttp3:Callback",
"okhttp3:FormBody",
"okhttp3:FormBody.Builder",
"okhttp3:CookieJar",
"java.net:CookieManager",
"java.net:CookiePolicy",
"com.nativescript.https:QuotePreservingCookieJar",
"com.nativescript.https:CacheInterceptor",
"com.nativescript.https:OkHttpResponse",
"java.util:Collections",
"java.security.cert:CertificateFactory",
"java.security:KeyStore",
"java.security:Security",
"javax.net.ssl:TrustManagerFactory",
"javax.net.ssl:SSLContext",
"javax.net.ssl:HttpsURLConnection",
"java.net:UnknownHostException",
"java.util.concurrent:TimeUnit",
"org.conscrypt:Conscrypt"
]
}