alexliesenfeld / httpmock

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

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

Open ddimaria opened 1 month ago

ddimaria commented 1 month 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.