mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #473] [MERGED] Fixed Proxy when using MultipartForm with byte[] #935
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/473
Author: @StefH
Created: 5/23/2020
Status: ✅ Merged
Merged: 5/23/2020
Merged by: @StefH
Base:
master← Head:multipart_form📝 Commits (4)
d4361bawipa6cfdbbMerge branch 'master' into multipart_form735a2c0ByteArrayContentHelpere2fe501ByteArrayContentHelperTests📊 Changes
5 files changed (+80 additions, -5 deletions)
View changed files
➕
src/WireMock.Net/Http/ByteArrayContentHelper.cs(+30 -0)📝
src/WireMock.Net/Http/HttpRequestMessageHelper.cs(+4 -4)📝
src/WireMock.Net/Owin/Mappers/OwinRequestMapper.cs(+1 -0)📝
src/WireMock.Net/Util/BodyParser.cs(+1 -1)➕
test/WireMock.Net.Tests/Http/ByteArrayContentHelperTests.cs(+44 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.