Interface WebsocketOptions

Options for websocket based connections in browser

Hierarchy

Properties

create_signing_config?: (() => AwsSigningConfigBase)

Type declaration

headers?: {
    [index: string]: string;
}

Additional headers to add

Type declaration

  • [index: string]: string
protocol?: string

Websocket protocol, used during Upgrade

service?: string

(Optional) override for the service name used in signing the websocket handshake. Leave null to use the default (iotdevicegateway)

Generated using TypeDoc