MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / hosted-http-client.test.ts

File hosted-http-client.test.ts

packages/core/sdk/src/hosted-http-client.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it } from "@effect/vitest";
2import { Effect, Layer, Result } from "effect";
3import { FetchHttpClient, HttpClient, HttpClientRequest } from "effect/unstable/http";
4import { createServer, type Server } from "node:http";

Callers

nothing calls this directly

Calls 15

makeHostedFetchFunction · 0.90
makeHostedHttpFunction · 0.90
expectBlockedFunction · 0.85
nodeDnsRejectionFunction · 0.85
makeCountingFunction · 0.85
pushMethod · 0.80
resolveMethod · 0.80
runFunction · 0.70
withServerFunction · 0.70
fetchMethod · 0.65

Tested by

no test coverage detected