flutter_client_sse icon indicating copy to clipboard operation
flutter_client_sse copied to clipboard

Add `Accept` header by default

Open EmmaSimon opened this issue 1 year ago • 1 comments

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?

EmmaSimon avatar Nov 15 '23 20:11 EmmaSimon