mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #695] [MERGED] Allow configure IgnoreCase in settings #1040
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/695
Author: @leolplex
Created: 11/27/2021
Status: ✅ Merged
Merged: 11/29/2021
Merged by: @StefH
Base:
master← Head:CaseNoSensitive📝 Commits (4)
e1295bdAdd IgnoreCase = true in Request body, query parameters, headers, example valuea9c6013Merge branch 'master' into CaseNoSensitivea08f03eIgnorecase is configurable in settings!05c04e5Remove 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.