···8888 }
89899090 /** Called before a connection to a client has been responded to */
9191- protected onPreRoute?(ctx: Deno.TlsConn): void;
9191+ protected onPreRoute?(ctx?: Deno.TlsConn): void;
92929393 /** Called after a connection to a client has concluded */
9494- protected onPostRoute?(ctx: Deno.TlsConn): void;
9494+ protected onPostRoute?(ctx?: Deno.TlsConn): void;
95959696 /** Called before the `Server` starts listening for connections */
9797 protected onListen?(): void;