alexliesenfeld / httpmock

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

Allow different types in header and other method arguments #58

Closed 95th closed 2 years ago

95th commented 2 years ago

Currently both arguments of header and other functions have to be same. This PR changes it to use independent types.

alexliesenfeld commented 2 years ago

Thanks for this one as well!