Open drewdgilmore opened 6 years ago
:+1:
Same issues here. Any solution in sight?
This is fixed in #96. In case that doesn't get merged, you can use my fork github.com/idubinskiy/fresh
which has been updated to have the command point to the fixed package.
When encoding values, an error occurs. The value "@" is not encoded and just comes back with (MISSING). This was tested apart from fresh and it works correctly with go run
Response using fresh:
email=test%!t(MISSING)est.com
Intended Response:
email=test%40test.com