Skip to content

Conversation

@danieleades
Copy link

@danieleades danieleades commented Dec 19, 2025

closes #1260

Http mock generation fails for me at compile time because it assumes that all types implement Display.

This version uses serde_urlencoded to do the serialisation instead, which is more flexible.

This is a bit more verbose, and has a lot of expects sprinkled about. I think panicking is justified since these are non-recoverable errors

@danieleades danieleades marked this pull request as ready for review December 27, 2025 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

httpmock generation fails for query params with array types (e.g., Vec<T>)

1 participant