Automatic decoding of string
itsjamie opened this issue · 1 comments
itsjamie commented
First off, I'm really liking the package!
As I was binding from application/x-www-form-urlencoded
content from Slack webhooks the content is coming in percent encoded.
What do you think about adding in automatic unescaping via the url.QueryUnescape
for string
values in that case?
If you think it was, I can send in a PR.
Thanks again.
itsjamie commented
Nevermind, it was an issue of using Postman with a encoded body, causing it to double encode. You can ignore this!