MCPcopy Create free account
hub / github.com/LeoninCS/DevDesk / HttpTestPayload

Interface HttpTestPayload

frontend/src/api/httptest.ts:3–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import http from "./http";
2
3export interface HttpTestPayload {
4 method: string;
5 url: string;
6 header: Record<string, string>;
7 body: string;
8}
9
10export interface HttpTestResponse {
11 status: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected