LukeMathWalker / wiremock-rs

HTTP mocking to test Rust applications.
Apache License 2.0
607 stars 69 forks source link

Poor UX for large bodies (or bodies with binary data). #124

Open xd009642 opened 11 months ago

xd009642 commented 11 months ago

The entire request being printed out when the body is exceptional large or contains binary data leads to poor debugging when a guard fails. I could provide a real example from one of our tests but it's >10MB of binary data so I'll leave that to the imagination instead :sweat_smile: