Skip to content

WebSocketInput

type WebSocketInput<T extends WebSocketDescriptor> = unknown

The CONNECT-time typed input every WS handler’s scope.input carries (stable for the connection’s life): the upgrade path params and query. Mirrors the HTTP scope.input shape.

Learn: Contracts

Last updated: