roslib
roslib copied to clipboard
Header support
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);