mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
[PR #678] [MERGED] Support RequestBody #1028
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/678
Author: @leolplex
Created: 11/5/2021
Status: ✅ Merged
Merged: 11/17/2021
Merged by: @StefH
Base:
master← Head:SupportRequestBody📝 Commits (10+)
9ee7492Support RequestBody8389976Merge branch 'master' into SupportRequestBody2e3a7a5SerializeObject in the request matcher and apply JsonMatcher0737250Refactor names165a537Call to method TryGetContente8d6d68Merge branch 'master' into SupportRequestBody05ae225Merge branch 'master' into SupportRequestBody7b2beaaApplied commentsb0c56eaChanges applied!c5f6a6fComments applied V2!📊 Changes
1 file changed (+34 additions, -1 deletions)
View changed files
📝
src/WireMock.Net.OpenApiParser/Mappers/OpenApiPathsMapper.cs(+34 -1)📄 Description
Hello @StefH,
I'm trying to add the support to request body, I'm following the same logic used in the response, I'm facing a problem when I try to use
BodyAsJsonin theRequestModel'cause it does not exist, I'm usingBodybut it does not work as I expected, could you have idea why it is happening?I appreciate your help.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.