(reason?: any)
| 21 | readonly url: string; |
| 22 | // deno-lint-ignore no-explicit-any |
| 23 | error(reason?: any): void; |
| 24 | getBody(): ReadableStream<Uint8ArrayArrayBuffer> | null; |
| 25 | respond(response: Response): void | Promise<void>; |
| 26 | upgrade?(options?: UpgradeWebSocketOptions): WebSocket; |
no outgoing calls