Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LeoninCS/DevDesk
/ sendHttpTest
Function
sendHttpTest
frontend/src/api/httptest.ts:17–19 ·
view source on GitHub ↗
(payload: HttpTestPayload)
Source
from the content-addressed store, hash-verified
15
}
16
17
export
function
sendHttpTest(payload: HttpTestPayload) {
18
return
http.post<HttpTestResponse>(
"/httptest/do"
, payload);
19
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected