Dashboard › opencode › Distillation
6ebb79f9-3114-4f52-8470-d1fbc31042af["lore_tm_v1_XUyAJ8FPVzNP1CPJnVtdQvhQzRfjg5F1U7GfAhlerUk"]
Date: September 9, 2026
/home/byk/.local/share/opencode/repos/github.com/Effect-TS/effect-smol/packages/effect/src/unstable/http/FetchHttpClient.ts:42-51, RequestInit is documented as supplying request-specific method, headers, body, and abort signal when executing a request; it is declared as export class RequestInit extends Context.Service<RequestInit, globalThis.RequestInit>()("effect/http/FetchHttpClient/RequestInit") {} with @category services and @since 4.0.0.FetchHttpClient.ts:53-54, the HTTP client is created with HttpClient.make((request, url, signal, fiber) => { ... }), and the fetch implementation is retrieved using fiber.getRef(Fetch).