flutter_client_sse
flutter_client_sse copied to clipboard
Add `Accept` header by default
It looks like the listener is only able to consume data formatted as text/event-stream
, since that's the case, is there a good reason not to automatically set the Accept
header to that mimetype, since nothing else is actually accepted?