mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Access Form-Data via Handlebars #642
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?
Originally created by @mathgr22 on GitHub (Oct 17, 2024).
I have data that is posted with a type of
multipart/form-data. As far as I can tell therequest.bodyis always null, so I cannot parse the data with Handlebars. Is that correct, or am I missing something?@mathgr22 commented on GitHub (Oct 18, 2024):
Looking through the code, it is available through
request.bodyAsBytesto Handlebars.