LukeMathWalker / wiremock-rs

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

Consider saving responses to disk #130

Open LukeMathWalker opened 9 months ago

LukeMathWalker commented 9 months ago

Follow-up from #125: it might be nice to give users the possibility to store the requests received by the mock server to disk, either because they are not printed (too big) or for easier inspection.