Skip to content

Commit e0f5a27

Browse files
authored
Update README.md
1 parent 6bbd7c1 commit e0f5a27

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# NativeScript-HTTPS
2-
A Nativescript plugin that allows developers to simply integrate the latest and greatest https security features.
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.
34

45
iOS | Android
56
-------- | ---------
67
[AFNetworking](https://github.com/AFNetworking/AFNetworking) | [okhttp3](https://github.com/square/okhttp)
78

89
## Features
9-
- Uses the most reliable networking framework's on each platform
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
13+
- Shared connection pooling reduces request latency
14+
- Transparent GZIP
15+
- HTTP/2 support
1016

1117

0 commit comments

Comments
 (0)