Skip to content

Commit

Permalink
Adding proxyall parser in wmserversettingsparser
Browse files Browse the repository at this point in the history
  • Loading branch information
sameena-ops committed Dec 11, 2023
1 parent e78d7a6 commit 152b078
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/WireMock.Net/Settings/WireMockServerSettingsParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ private static void ParseProxyAndRecordSettings(WireMockServerSettings settings,
{
StatusCodePattern = parser.GetStringValue("SaveMappingForStatusCodePattern", "*"),
// HttpMethods = new ProxySaveMappingSetting<string[]>(parser.GetValues("DoNotSaveMappingForHttpMethods", new string[0]), MatchBehaviour.RejectOnMatch)
}
},
ProxyAll = parser.GetBoolValue(nameof(ProxyAndRecordSettings.ProxyAll))
};

ParseWebProxyAddressSettings(proxyAndRecordSettings, parser);
Expand Down

0 comments on commit 152b078

Please sign in to comment.