MCPcopy Index your code
hub / github.com/lissy93/web-check / httpPost

Function httpPost

api/_common/http.js:113–113  ·  view source on GitHub ↗
(url, body, opts)

Source from the content-addressed store, hash-verified

111
112export const httpGet = (url, opts) => send('GET', url, null, opts);
113export const httpPost = (url, body, opts) => send('POST', url, body, opts);

Callers 4

safeBrowsingFunction · 0.90
urlHausFunction · 0.90
phishTankFunction · 0.90
cloudmersiveFunction · 0.90

Calls 1

sendFunction · 0.85

Tested by

no test coverage detected