(socket: net.Socket, head: Buffer, pathname: string)
| 13 | pathname: string, |
| 14 | ): Promise<boolean>; |
| 15 | handleUpgrade?(socket: net.Socket, head: Buffer, pathname: string): Promise<boolean>; |
| 16 | health?(): { status: string; [key: string]: unknown }; |
| 17 | setJournal?(journal: Journal): void; |
| 18 | setBaseUrl?(url: string): void; |
no outgoing calls
no test coverage detected