MCPcopy
hub / github.com/Effect-TS/effect / json

Method json

packages/platform/src/internal/httpClient.ts:333–335  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

331 }
332
333 get json() {
334 return this.applyInterrupt(this.original.json)
335 }
336
337 get urlParamsBody() {
338 return this.applyInterrupt(this.original.urlParamsBody)

Callers 10

HttpBody.test.tsFile · 0.45
HttpApp.test.tsFile · 0.45
webHandlerFunction · 0.45
schemaToResponseFunction · 0.45
middlewareOpenApiFunction · 0.45
jsonFunction · 0.45
runMethod · 0.45
executeStreamMethod · 0.45
Client.test.tsFile · 0.45

Calls 1

applyInterruptMethod · 0.95

Tested by 1

webHandlerFunction · 0.36