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

Function del

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

Source from the content-addressed store, hash-verified

125 return this.execute(internalRequest.patch(url, options))
126 },
127 del(this: Client.HttpClient, url: string | URL, options?: ClientRequest.Options.NoUrl) {
128 return this.execute(internalRequest.del(url, options))
129 },
130 options(this: Client.HttpClient, url: string | URL, options?: ClientRequest.Options.NoBody) {
131 return this.execute(internalRequest.options(url, options))
132 }

Callers 1

httpRouter.tsFile · 0.85

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected