How to send a SSE request in Apidog?
Initiating an SSE Connection
Content-Type
includes text/event-stream
, Apidog will automatically parse the returned data as SSE events. The response content will be updated in real-time within a new timeline view, eliminating the need to wait for the server to close the connection.
Extracting Message Content with Post-Request Scripts
answer
field from the response and combine its parameter contents into a single text string.
Visualize
section of the Body.
Modified at 2024-11-20 11:53:50