LukeMathWalker / wiremock-rs

HTTP mocking to test Rust applications.
Apache License 2.0
607 stars 69 forks source link

handle body encoded as form #127

Open yanns opened 10 months ago

yanns commented 10 months ago

Description of changes: Request bodies can be encoded as form https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST

Add an helper function to decode those bodies easily.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.