felangel / web_socket_client

A simple WebSocket client for Dart which includes automatic reconnection logic.
https://pub.dev/packages/web_socket_client
MIT License
150 stars 32 forks source link

feat: add `headers` to `connect` #34

Closed lwj1994 closed 7 months ago

lwj1994 commented 8 months ago

Status

READY

Description

provide headers-setting

Type of Change