[PR #1253] [MERGED] Update QueryStringParser to support param with equal but no value #1301

Closed
opened 2025-12-29 09:19:13 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/1253
Author: @StefH
Created: 2/13/2025
Status: Merged
Merged: 2/13/2025
Merged by: @StefH

Base: masterHead: stef-1247-param-matcher


📝 Commits (5)

📊 Changes

4 files changed (+42 additions, -22 deletions)

View changed files

📝 src/WireMock.Net/Matchers/Request/RequestMessageParamMatcher.cs (+1 -1)
📝 src/WireMock.Net/Util/QueryStringParser.cs (+21 -17)
📝 test/WireMock.Net.Tests/RequestMatchers/RequestMessageParamMatcherTests.cs (+15 -0)
📝 test/WireMock.Net.Tests/Util/QueryStringParserTests.cs (+5 -4)

📄 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/1253 **Author:** [@StefH](https://github.com/StefH) **Created:** 2/13/2025 **Status:** ✅ Merged **Merged:** 2/13/2025 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `stef-1247-param-matcher` --- ### 📝 Commits (5) - [`2804445`](https://github.com/wiremock/WireMock.Net/commit/28044452aedb3862d4b655dc8956d7f07a709114) RequestMessageParamMatcher - [`a1628ea`](https://github.com/wiremock/WireMock.Net/commit/a1628ead98341d38ecccd2dfcc4914849cb0a761) ? - [`3f6ae3a`](https://github.com/wiremock/WireMock.Net/commit/3f6ae3a45923e38012d1cddb6d545cb02118d6b9) Merge branch 'master' into stef-1247-param-matcher - [`3167383`](https://github.com/wiremock/WireMock.Net/commit/31673830134b68f6453fbd26586c9f0358d5d2e9) . - [`5a9cfae`](https://github.com/wiremock/WireMock.Net/commit/5a9cfae92a20e6a731bc678be7ec8c6b478a630b) . ### 📊 Changes **4 files changed** (+42 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net/Matchers/Request/RequestMessageParamMatcher.cs` (+1 -1) 📝 `src/WireMock.Net/Util/QueryStringParser.cs` (+21 -17) 📝 `test/WireMock.Net.Tests/RequestMatchers/RequestMessageParamMatcherTests.cs` (+15 -0) 📝 `test/WireMock.Net.Tests/Util/QueryStringParserTests.cs` (+5 -4) </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 09:19:13 +01:00
adam closed this issue 2025-12-29 09:19:13 +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#1301