roslib icon indicating copy to clipboard operation
roslib copied to clipboard

Header support

Open pltlg opened this issue 4 years ago • 0 comments

I think it would be beneficial to support http headers.

Map<String, dynamic> headers = {'Authorization': 'Bearer xyz'};
ros = Ros(url: 'ws://host.com', headers: headers);

pltlg avatar Sep 24 '20 12:09 pltlg