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

Interface FlyRequestConfig

index.d.ts:1–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface FlyRequestConfig extends Object {
2 url?: string;
3 method?: string;
4 baseURL?: string;
5 headers?: any;
6 body?: any;
7 timeout?: number;
8 withCredentials?: boolean;
9 parseJson?: boolean;
10 responseType?: string;
11}
12
13export interface FlyError {
14 status: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected