0.0.5 • Published 8 months ago

custom-http-plugin v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago