[PR #695] [MERGED] Allow configure IgnoreCase in settings #1040

Closed
opened 2025-12-29 08:34:26 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/wiremock/WireMock.Net/pull/695
Author: @leolplex
Created: 11/27/2021
Status: Merged
Merged: 11/29/2021
Merged by: @StefH

Base: masterHead: CaseNoSensitive


📝 Commits (4)

  • e1295bd Add IgnoreCase = true in Request body, query parameters, headers, example value
  • a9c6013 Merge branch 'master' into CaseNoSensitive
  • a08f03e Ignorecase is configurable in settings!
  • 05c04e5 Remove unnecesary comments!

📊 Changes

2 files changed (+25 additions, -2 deletions)

View changed files

📝 src/WireMock.Net.OpenApiParser/Mappers/OpenApiPathsMapper.cs (+5 -2)
📝 src/WireMock.Net.OpenApiParser/Settings/WireMockOpenApiParserSettings.cs (+20 -0)

📄 Description

Hello @StefH @JanuszRybinski,

This is the PR related with this #692, the idea is allow not case sensitive in Headers, Query Params, Request Body and examples.

Regards.


🔄 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/695 **Author:** [@leolplex](https://github.com/leolplex) **Created:** 11/27/2021 **Status:** ✅ Merged **Merged:** 11/29/2021 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `CaseNoSensitive` --- ### 📝 Commits (4) - [`e1295bd`](https://github.com/wiremock/WireMock.Net/commit/e1295bdef775b42289b2f9ecaf39912d68e57143) Add IgnoreCase = true in Request body, query parameters, headers, example value - [`a9c6013`](https://github.com/wiremock/WireMock.Net/commit/a9c601378f80502ffd680b6be5da19904f636322) Merge branch 'master' into CaseNoSensitive - [`a08f03e`](https://github.com/wiremock/WireMock.Net/commit/a08f03eb6991c0f55a40ab7d76a52cb322354de6) Ignorecase is configurable in settings! - [`05c04e5`](https://github.com/wiremock/WireMock.Net/commit/05c04e5ca33b4c045719c2bcb33e0ae231273304) Remove unnecesary comments! ### 📊 Changes **2 files changed** (+25 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/WireMock.Net.OpenApiParser/Mappers/OpenApiPathsMapper.cs` (+5 -2) 📝 `src/WireMock.Net.OpenApiParser/Settings/WireMockOpenApiParserSettings.cs` (+20 -0) </details> ### 📄 Description Hello @StefH @JanuszRybinski, This is the PR related with this #692, the idea is allow not case sensitive in Headers, Query Params, Request Body and examples. Regards. --- <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 08:34:26 +01:00
adam closed this issue 2025-12-29 08:34:26 +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#1040