Read from streaming HTTP sources
Last-Event-ID
header, but this relies on
proper implementation of the protocol by the server.
Field | Description | Required | Example |
---|---|---|---|
endpoint | The endpoint for the SSE server | Yes | https://api.example.com/v1/events |
headers | A comma-separated list of colon separated key-value pairs of headers that will be sent to the server | No | Content-Type:application/json,Authorization: Bearer mytoken |
events | A comma-separated list of events to listen for. If not set, all events will be used. | No | event1,event2 |