mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
File Upload #169
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 @Beaverkilla on GitHub (Apr 8, 2019).
Originally assigned to: @StefH on GitHub.
Wiremock supports file uploading/downloading/deletion through the path __admin/files/{filename}, it'd be good if there was a WireMock.Net equivalent for file operations while testing etc.
@JackCreativeCrew commented on GitHub (Apr 8, 2019):
I've written some code to enable GET/PUT/DELETE for files to this endpoint.
EDIT: https://github.com/WireMock-Net/WireMock.Net/pull/266
@StefH commented on GitHub (Apr 8, 2019):
@Beaverkilla good idea!
@JackCreativeCrew thanks for the initial code
I did update the code, and also added a PostFile.
Can you review PR?
@StefH commented on GitHub (Apr 11, 2019):
Code is merged to master, a new NuGet will be created today....