MCPcopy Create free account
hub / github.com/PageLeay/celestial-runtime / toString

Method toString

lib.commonjs/utils/fetch.js:409–411  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

407 this.#getUrlFunc = null;
408 }
409 toString() {
410 return `<FetchRequest method=${JSON.stringify(this.method)} url=${JSON.stringify(this.url)} headers=${JSON.stringify(this.headers)} body=${this.#body ? (0, data_js_1.hexlify)(this.#body) : "null"}>`;
411 }
412 /**
413 * Update the throttle parameters used to determine maximum
414 * attempts and exponential-backoff properties.

Callers 15

toJSONMethod · 0.45
stringifyFunction · 0.45
formatUnitsFunction · 0.45
encodeBase64Function · 0.45
toBeHexFunction · 0.45
toBeArrayFunction · 0.45
hexlifyByteFunction · 0.45
parseUnitsFunction · 0.45
splitBufferFunction · 0.45
_getAvatarMethod · 0.45
stringifyFunction · 0.45
_normalizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected