mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 14:20:29 +01:00
[PR #169] [MERGED] Fix for Restricted Response headers #784
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/169
Author: @StefH
Created: 7/19/2018
Status: ✅ Merged
Merged: 7/19/2018
Merged by: @StefH
Base:
master← Head:Restricted_Headers📝 Commits (3)
f1896efWebHeaderCollection.IsRestricted (#148)72394b6Update dependencies75986dd1.0.4.7📊 Changes
12 files changed (+186 additions, -7 deletions)
View changed files
📝
CHANGELOG.md(+7 -0)📝
GitReleaseNotes.txt(+1 -1)📝
WireMock.Net Solution.sln(+7 -0)➕
examples/WireMock.Net.Console.HeadersTest/Program.cs(+60 -0)➕
examples/WireMock.Net.Console.HeadersTest/WireMock.Net.Console.HeadersTest.csproj(+24 -0)➕
examples/WireMock.Net.Console.HeadersTest/log4net.config(+20 -0)➕
examples/WireMock.Net.Console.HeadersTest/nlog.config(+18 -0)📝
examples/WireMock.Net.ConsoleApplication/MainApp.cs(+19 -0)📝
src/WireMock.Net.StandAlone/WireMock.Net.StandAlone.csproj(+1 -1)📝
src/WireMock.Net/Owin/OwinResponseMapper.cs(+7 -1)📝
src/WireMock.Net/WireMock.Net.csproj(+4 -4)📝
test/WireMock.Net.Tests/FluentMockServerTests.cs(+18 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.