MCPcopy
hub / github.com/spicetify/cli / Response

Interface Response

globals.d.ts:562–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560 type Body = Record<string, any>;
561
562 interface Response {
563 body: any;
564 headers: Headers;
565 status: number;
566 uri?: string;
567 }
568
569 function head(url: string, headers?: Headers): Promise<Headers>;
570 function get(url: string, body?: Body, headers?: Headers): Promise<Response["body"]>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected