Package Exports
- @ionic-native/http
- @ionic-native/http/index
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ionic-native/http) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
HTTP
$ ionic cordova plugin add cordova-plugin-advanced-http
$ npm install --save @ionic-native/http
Usage Documentation
Plugin Repo: https://github.com/silkimen/cordova-plugin-advanced-http
Cordova / Phonegap plugin for communicating with HTTP servers. Supports iOS and Android.
Advantages over Javascript requests:
- Background threading - all requests are done in a background thread
- SSL Pinning
Supported platforms
- Android
- iOS