interface StreamHandlerRequest {
    addr: Uint8Array;
    proto: string[];
}

Properties

Properties

proto: string[]