mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #1269] [MERGED] Server-Sent Events #1309
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?
📋 Pull Request Information
Original PR: https://github.com/wiremock/WireMock.Net/pull/1269
Author: @StefH
Created: 4/2/2025
Status: ✅ Merged
Merged: 4/2/2025
Merged by: @StefH
Base:
1.7.x← Head:sse📝 Commits (3)
112162fServer Side Events177e2c3fixesd16cfc4await HandleSseStringAsync(responseMessage, response, bodyData);📊 Changes
10 files changed (+278 additions, -8 deletions)
View changed files
📝
examples/WireMock.Net.Console.Net452.Classic/MainApp.cs(+41 -0)📝
src/WireMock.Net.Abstractions/Models/IBodyData.cs(+12 -1)➕
src/WireMock.Net.Abstractions/Types/BlockingQueue.cs(+80 -0)📝
src/WireMock.Net.Abstractions/Types/BodyType.cs(+6 -1)📝
src/WireMock.Net.Abstractions/WireMock.Net.Abstractions.csproj(+7 -0)📝
src/WireMock.Net/Models/BodyData.cs(+7 -0)📝
src/WireMock.Net/Owin/Mappers/OwinResponseMapper.cs(+33 -5)📝
src/WireMock.Net/ResponseBuilders/IBodyResponseBuilder.cs(+12 -1)📝
src/WireMock.Net/ResponseBuilders/Response.WithBody.cs(+22 -0)📝
test/WireMock.Net.Tests/WireMockServerTests.WithBody.cs(+58 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.