[PR #99] [CLOSED] feat: simple implementation/spike of dynamic responses using callbacks #764

Closed
opened 2025-12-29 15:33:06 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/99
Author: @StefH
Created: 2/28/2018
Status: Closed

Base: masterHead: feat/callbacks


📝 Commits (1)

  • 97acce8 feat: simple implementation/spike of dynamic responses using callbacks

📊 Changes

4 files changed (+60 additions, -1 deletions)

View changed files

src/WireMock.Net/ResponseBuilders/ICallbackResponseBuilder.cs (+18 -0)
📝 src/WireMock.Net/ResponseBuilders/IDelayResponseBuilder.cs (+1 -1)
📝 src/WireMock.Net/ResponseBuilders/Response.cs (+21 -0)
📝 test/WireMock.Net.Tests/FluentMockServerTests.cs (+20 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/99 **Author:** [@StefH](https://github.com/StefH) **Created:** 2/28/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/callbacks` --- ### 📝 Commits (1) - [`97acce8`](https://github.com/wiremock/WireMock.Net/commit/97acce8ddeb1805e4482a3c21fe4c22fc7240a67) feat: simple implementation/spike of dynamic responses using callbacks ### 📊 Changes **4 files changed** (+60 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `src/WireMock.Net/ResponseBuilders/ICallbackResponseBuilder.cs` (+18 -0) 📝 `src/WireMock.Net/ResponseBuilders/IDelayResponseBuilder.cs` (+1 -1) 📝 `src/WireMock.Net/ResponseBuilders/Response.cs` (+21 -0) 📝 `test/WireMock.Net.Tests/FluentMockServerTests.cs` (+20 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 15:33:06 +01:00
adam closed this issue 2025-12-29 15:33:06 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net-wiremock#764