Event type for handling Server-Sent Events streams
Source position: fphttpclient.pp line 84
type THTTPEventStreamHandler = procedure( |
aSender: TObject; |
aSource: TCustomHTTPEventSource |
) of object; |
aSender |
|
The HTTP client that created the event source |
aSource |
|
The event source for reading SSE data |
Event type called when a Server-Sent Events stream is established, providing access to the event source for reading events.
|
Base class for Server-Sent Events (SSE) client |
|
|
Event called when a Server-Sent Events stream is established |