LukeMathWalker / wiremock-rs

HTTP mocking to test Rust applications.
Apache License 2.0
624 stars 72 forks source link

Allow h2 requests being mocked. #145

Closed mstyura closed 3 months ago

mstyura commented 3 months ago

Version 0.5 was capable to mock h2 requests, but it was probably broken by #128

mstyura commented 3 months ago

Hello @LukeMathWalker Could you please review this once you have a chance? Thanks a lot in advance!

LukeMathWalker commented 3 months ago

It looks good. Can you add a test using HTTP 2 to make sure we don't regress again?

mstyura commented 2 months ago

Hello @LukeMathWalker would it be possible to publish new version of crate with these changes?

LukeMathWalker commented 2 months ago

Done!