(url: string, data?:any, config?: FlyRequestConfig)
| 59 | engine:any; |
| 60 | request<T = any>(url: string, data?: any, config?: FlyRequestConfig): FlyPromise<T>; |
| 61 | get<T = any>(url: string, data?:any, config?: FlyRequestConfig): FlyPromise<T>; |
| 62 | delete(url: string, data?:any, config?: FlyRequestConfig): FlyPromise; |
| 63 | head(url: string,data?:any, config?: FlyRequestConfig): FlyPromise; |
| 64 | post<T = any>(url: string, data?: any, config?: FlyRequestConfig): FlyPromise<T>; |
no outgoing calls
no test coverage detected