WireMock-Net / WireMock.Net

WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
Apache License 2.0
1.36k stars 200 forks source link

Fix C# mapping code generator for header names #926

Closed cezarypiatek closed 1 year ago

cezarypiatek commented 1 year ago

This PR removes redundant ")" character from header names.

StefH commented 1 year ago

@cezarypiatek Thank you