0.0.5 • Published 8 months ago
custom-http-plugin v0.0.5
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>
Param | Type |
---|---|
args | { url: string; body: any; options: {}; } |
Returns: Promise<T>