![]() |
Qore Programming Language Reference Manual 2.0.0
|
Server-sent event hash. More...
#include <QC_Socket.dox.h>
Public Attributes | |
string | comment |
Any comment. | |
auto | data |
Message data. | |
string | event |
Event type. | |
auto | id |
Message ID. | |
int | retry |
Client should set the reconnection time to this value in milliseconds. | |
Server-sent event hash.
auto Qore::SseMessageInfo::data |
Message data.
This is sent and received as a string, but with data serialization, it could be any data type