mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Is there an equivalent of withChunkedDribbleDelay? #420
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 @jimiscott on GitHub (May 14, 2022).
Hello, is there an equivalent of the above (from wiremock.org)?
@StefH commented on GitHub (May 14, 2022):
@jimiscott
Not yet.
Maybe you can take a look at the source code and make a PR?
@jimiscott commented on GitHub (May 14, 2022):
@StefH Thanks for the reply.
A cursory glance means that I would probably need to change WireMock.Owin.Mappers.ResponseMapper and ResponseMessage.
To do this properly a possible introduction some sort of ResponseDelegate handler pattern....which would remove all that conditional logic.
@StefH commented on GitHub (Apr 24, 2023):
Hello @jimiscott.
Did you have time to work on this?
@StefH commented on GitHub (Dec 14, 2023):
@jimiscott
I'm closing this issue for now, if you want this functionality, you can create a PR.