[PR #473] [MERGED] Fixed Proxy when using MultipartForm with byte[] #935

Closed
opened 2025-12-29 08:34:03 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: multipart_form


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/wiremock/WireMock.Net/pull/473 **Author:** [@StefH](https://github.com/StefH) **Created:** 5/23/2020 **Status:** ✅ Merged **Merged:** 5/23/2020 **Merged by:** [@StefH](https://github.com/StefH) **Base:** `master` ← **Head:** `multipart_form` --- ### 📝 Commits (4) - [`d4361ba`](https://github.com/wiremock/WireMock.Net/commit/d4361ba9009fdbaefc68e1e4dd73bce768458cf0) wip - [`a6cfdbb`](https://github.com/wiremock/WireMock.Net/commit/a6cfdbba2a79a0b540a875289cf2df8b85257381) Merge branch 'master' into multipart_form - [`735a2c0`](https://github.com/wiremock/WireMock.Net/commit/735a2c0701218d46d12b72be0de89a255a83f0c7) ByteArrayContentHelper - [`e2fe501`](https://github.com/wiremock/WireMock.Net/commit/e2fe501c3d441d30e9754d22f8c793cb8c5e064f) ByteArrayContentHelperTests ### 📊 Changes **5 files changed** (+80 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 08:34:03 +01:00
adam closed this issue 2025-12-29 08:34:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net#935