namespace Uwaa.HTTP.Websockets;
///
/// A delegate called once a HTTP request is upgrade to a websocket.
///
/// The websocket to the remote endpoint.
/// The status to send to the client when closing the websocket.
public delegate Task WebsocketHandler(WebsocketRemote ws);