MCPcopy Create free account
hub / github.com/PIKACHUIM/CFWorkerACME /

Class

src/http.js:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 */
25
26class HttpClient {
27 constructor(directoryUrl, accountKey, externalAccountBinding = {}) {
28 this.directoryUrl = directoryUrl;
29 this.accountKey = accountKey;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected