[Development] Does QNetworkAccessManager could provide the Server Sent Event feature ?

Paul Chavent paul.chavent at fnac.net
Mon Feb 16 21:52:13 CET 2015


Hi Qt dev list.

I would like to ask you if there are any plans for providing Server Sent Event [1] signals in the QNetworkAccessManager.

The Server Sent Event (SSE) can be used by web pages that need asynchronous updates from the server (a kind of server push mechanism). It is very lightweight and is mainly used with HTTP.

It could be implemented by adding a signal to QNetworkAccessManager that delivers notifications.

Would you be interested in the integration of such a feature ?

Regards.

Paul.

[1] http://www.w3.org/TR/eventsource/



More information about the Development mailing list