MCPcopy
hub / github.com/lissy93/web-check / httpGet

Function httpGet

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

Source from the content-addressed store, hash-verified

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

Callers 15

linkedPagesHandlerFunction · 0.90
headersHandlerFunction · 0.90
fetchSitemapFunction · 0.90
findSitemapInRobotsFunction · 0.90
tlsLabsHandlerFunction · 0.90
httpsSecHandlerFunction · 0.90
wayBackHandlerFunction · 0.90
fetchSecurityTxtFunction · 0.90
rankHandlerFunction · 0.90
queryDnsFunction · 0.90
cookieHandlerFunction · 0.90
robotsHandlerFunction · 0.90

Calls 1

sendFunction · 0.85

Tested by

no test coverage detected