mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-13 13:53:34 +01:00
How to achieve WireMock.Net emulate a streaming response? #637
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Vokchaks on GitHub (Oct 9, 2024).
Originally assigned to: @StefH on GitHub.
How to achieve WireMock.Net emulate streaming data (e.g. 1000 records that are sequentially read from a database)?
Thanks.
@StefH commented on GitHub (Dec 21, 2024):
Streaming is not supported yet.
@StefH commented on GitHub (Apr 2, 2025):
Server-Sent Events is available in 1.7.5-preview-01
https://github.com/WireMock-Net/WireMock.Net/pull/1269