MCPcopy Index your code
hub / github.com/wendux/fly / request

Method request

index.d.ts:60–60  ·  view source on GitHub ↗
(url: string, data?: any, config?: FlyRequestConfig)

Source from the content-addressed store, hash-verified

58 };
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;

Callers 6

_.jsFile · 0.65
fly.jsFile · 0.65
wx.jsFile · 0.65
downloadFunction · 0.65
index.jsFile · 0.65
test.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected