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

Function fileWebResponse

packages/platform-bun/src/internal/httpPlatform.ts:16–18  ·  view source on GitHub ↗
(file, status, statusText, headers, _options)

Source from the content-addressed store, hash-verified

14 return ServerResponse.raw(file, { headers, status, statusText })
15 },
16 fileWebResponse(file, status, statusText, headers, _options) {
17 return ServerResponse.raw(file, { headers, status, statusText })
18 }
19})
20
21/** @internal */

Callers

nothing calls this directly

Calls 1

rawMethod · 0.80

Tested by

no test coverage detected