mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #1010] [MERGED] Add unit tests for HttpClient with WebProxy #1192
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/1010
Author: @StefH
Created: 10/14/2023
Status: ✅ Merged
Merged: 10/14/2023
Merged by: @StefH
Base:
master← Head:stef-1007-https📝 Commits (9)
027467cAdd test for SSL / Https95fbd74Add unit tests for HttpClient with WebProxye10bc8acert.pemd534ab5xcf9621askip0401726example googleb48ade3revert134eaa3host testsa173151sonar📊 Changes
8 files changed (+202 additions, -7 deletions)
View changed files
📝
examples/WireMock.Net.Console.NETCoreApp3WithCertificate/Program.cs(+1 -2)📝
src/WireMock.Net/Owin/HostUrlOptions.cs(+0 -2)📝
src/WireMock.Net/Server/WireMockServer.cs(+25 -0)📝
test/WireMock.Net.Tests/FluentAssertions/WireMockAssertionsTests.cs(+6 -3)➕
test/WireMock.Net.Tests/Owin/HostUrlOptionsTests.cs(+60 -0)📝
test/WireMock.Net.Tests/WireMock.Net.Tests.csproj(+3 -0)📝
test/WireMock.Net.Tests/WireMockServerTests.cs(+94 -0)➕
test/WireMock.Net.Tests/cert.pem(+13 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.