Type alias UknownStringTransport<Req, Res>

UknownStringTransport<Req, Res>: { contentType: string; decode: Decoder<Req, Res, WsData>; encode: Encoder<Req, Res, WsData>; isBinary: false | undefined; transportType: UNKNOWN }

Build your own Transport! Must provide definitions for encoding and decoding the Req and Res types to string.

Type Parameters

Type declaration

Generated using TypeDoc