0.0.5 • Published 9 months ago

custom-http-plugin v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

custom-http-plugin

Capacitor http with progress event and okhttp 3

Install

npm install custom-http-plugin
npx cap sync

API

post(...)

post<T>(args: { url: string; body: any; options: {}; }) => Promise<T>
ParamType
args{ url: string; body: any; options: {}; }

Returns: Promise<T>


0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

10 months ago