File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed
Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change 11# NativeScript-HTTPS
2- ### The definitive http plugin for Nativescript.
3- Easily integrate the most reliable native networking framework's with the latest and greatest HTTPS security features.
4-
5- iOS | Android
6- -------- | ---------
7- [ AFNetworking] ( https://github.com/AFNetworking/AFNetworking ) | [ okhttp3] ( https://github.com/square/okhttp )
2+ ### The definitive way to hit HTTP based APIs in Nativescript.
3+ Easily integrate the most reliable native networking libraries with the latest and greatest HTTPS security features.
4+ #### A drop-in replacement for the default [ http module] ( https://docs.nativescript.org/cookbook/http#get-response-status-code ) .
85
96## Features
10- - Modern TLS security features (SNI, ALPN) with fallback to TLS 1.0
11- - Everything runs on a native background ThreadPool
12- - Silently recovers from common connection problems
7+ - Modern TLS security features (SNI, ALPN)
138- Shared connection pooling reduces request latency
9+ - Silently recovers from common connection problems
10+ - Everything runs on a native background thread
1411- Transparent GZIP
1512- HTTP/2 support
1613
14+ ## Libraries
15+ iOS | Android
16+ -------- | ---------
17+ [ AFNetworking] ( https://github.com/AFNetworking/AFNetworking ) | [ okhttp3] ( https://github.com/square/okhttp )
18+
19+ ## FAQ
20+ > Do I have to use SSL pinning and all this security mumbo jumbo?
21+ ** No.** This plugin
1722
You can’t perform that action at this time.
0 commit comments