forked from nativescript-community/https
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhttps.d.ts
More file actions
Latest commit
14 lines (7 loc) · 372 Bytes
/
Copy pathhttps.d.ts
File metadata and controls
14 lines (7 loc) · 372 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
import{HttpRequestOptions,Headers,HttpResponse}from'http'
import*asHttpsfrom'./https.common'
exportdeclarefunctionenableSSLPinning(options: Https.HttpsSSLPinningOptions);
exportdeclarefunctiondisableSSLPinning();
exportdeclarefunctionrequest(options: Https.HttpsRequestOptions): Promise<Https.HttpsResponse>;
export*from'./https.common'