Interface Option

interface Option {
    headers?: Record<string, string>;
    protocol?: string;
}

Properties

Properties

headers?: Record<string, string>

headers 请求头。

protocol?: string

protocol 协议类型,支持 polling/websocket。