MCPcopy Create free account
hub / github.com/Effect-TS/effect / toJSON

Method toJSON

packages/platform/node/src/NodeHttpClient.ts:638–644  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

636 }
637
638 toJSON(): unknown {
639 return IncomingMessage.inspect(this, {
640 _id: "effect/http/HttpClientResponse",
641 request: this.request.toJSON(),
642 status: this.status
643 })
644 }
645
646 pipe() {
647 return pipeArguments(this, arguments)

Callers

nothing calls this directly

Calls 1

toJSONMethod · 0.65

Tested by

no test coverage detected