LukeMathWalker / wiremock-rs

HTTP mocking to test Rust applications.
Apache License 2.0
617 stars 70 forks source link

HTTPS support #58

Open LukeMathWalker opened 3 years ago

LukeMathWalker commented 3 years ago

It should be possible to spin up an HTTPS mock server. This probably requires implementing some routine to generate a set of certificates on the fly which the HTTP client would then need to trust.