MCPcopy Index your code
hub / github.com/Effect-TS/effect / get

Function get

packages/platform/src/internal/httpClient.ts:112–114  ·  view source on GitHub ↗
(this: Client.HttpClient, url: string | URL, options?: ClientRequest.Options.NoBody)

Source from the content-addressed store, hash-verified

110 }
111 },
112 get(this: Client.HttpClient, url: string | URL, options?: ClientRequest.Options.NoBody) {
113 return this.execute(internalRequest.get(url, options))
114 },
115 head(this: Client.HttpClient, url: string | URL, options?: ClientRequest.Options.NoBody) {
116 return this.execute(internalRequest.head(url, options))
117 },

Callers

nothing calls this directly

Calls 2

getMethod · 0.65
executeMethod · 0.45

Tested by

no test coverage detected