Capacitor http with progress event and okhttp 3
npm install custom-http-plugin
npx cap sync
post<T>(args: { url: string; body: any; options: {}; }) => Promise<T>
Param | Type |
---|---|
args |
{ url: string; body: any; options: {}; } |
Returns: Promise<T>
Capacitor http with progress event and okhttp 3
npm install custom-http-plugin
npx cap sync
post<T>(args: { url: string; body: any; options: {}; }) => Promise<T>
Param | Type |
---|---|
args |
{ url: string; body: any; options: {}; } |
Returns: Promise<T>
npm i custom-http-plugin
12
0.0.5
MIT
35.3 kB
28