Skip to content

Commit 9305543

Browse files
authored
Update README.md
1 parent e0f5a27 commit 9305543

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
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

0 commit comments

Comments
 (0)