alexliesenfeld / httpmock

HTTP mocking library for Rust
https://httpmock.rs
MIT License
487 stars 45 forks source link

Export httpmock::api::proxy::Recording #114

Open ddimaria opened 2 months ago

ddimaria commented 2 months ago

In order to return Recording from a function, I need the struct available. Let me know if you're OK with this and I'll submit a pull request. Thanks!

alexliesenfeld commented 1 month ago

Thanks for noticing that. I'll expose all recording and proxy types, so you can access them. Will be part of next release.

alexliesenfeld commented 5 days ago

Should be fixed with https://github.com/alexliesenfeld/httpmock/commit/8d0fa8754138cddc8aeb10497acbaaf6a21833cb and https://github.com/alexliesenfeld/httpmock/commit/e46ac351ee3d6bba432912f9caf7db760d7a2988 .