MCPcopy Create free account
hub / github.com/massCodeIO/massCode / registerHttpHandlers

Function registerHttpHandlers

src/main/ipc/handlers/http.ts:534–539  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

532}
533
534export function registerHttpHandlers(): void {
535 ipcMain.handle(
536 'spaces:http:execute',
537 async (_, payload: HttpExecutePayload) => executeHttpRequest(payload),
538 )
539}

Callers 2

registerIPCFunction · 0.90
http.test.tsFile · 0.90

Calls 2

executeHttpRequestFunction · 0.85
handleMethod · 0.80

Tested by

no test coverage detected