mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-13 13:53:34 +01:00
[PR #690] [CLOSED] Add wildcard matching support for path and header parameters in OpenAPI #1036
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/690
Author: @JanuszRybinski
Created: 11/21/2021
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
9cf1581Add wildcard matching support for path and header parameters in OpenAPI📊 Changes
1 file changed (+17 additions, -5 deletions)
View changed files
📝
src/WireMock.Net.OpenApiParser/Mappers/OpenApiPathsMapper.cs(+17 -5)📄 Description
Hi,
I'm using WireMock.Net with an OpenAPI parser, but when generating the mappings the behavior of matching headers and parameters in the query string is set permanently (ExactMatcher). I have a proposal to use the settings to control the matching behavior:
However, I am not sure if these two parameters can be used for this purpose :) I am asking for your opinion and if it is OK, please include it in the solution.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.