Type alias JsonTransport

JsonTransport: { transportType: JSON }

JSON transport is the default Transport for all methods except GET. For a Streaming WS connection, it implies encoding the request/response data as JSON strings and transmitting them as text packets, for regular HTTP connections it implies sending application/json data in the request body

Type declaration

  • transportType: JSON

Generated using TypeDoc