This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
1.1.0
- Allow plaintext boolean values in response (Fixes #144)
- PR #145
- Allow sending strings in POST requests (Fixes #43)
- Set
GET
as the default HTTP method indownloadFile
- PR #133
- CommonJS support
- PR #132
- Better JSON Array and Form support
- Fixes inaccessibility of
Http.get
,Http.post
,Http.put
,Http.patch
,Http.del
- Updated example dependencies
- Fixed timeout/unknown host exception on Android in certain cases
Includes various code cleanup.
Tested with Capacitor 3.0.1 and 3.1.1 on both Android and iOS