(file, status, statusText, headers, _options)
| 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 */ |