Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DecodeFormUrlencoded and EncodeFormUrlencoded middleware #411

Merged
merged 1 commit into from
Aug 26, 2020
Merged

Add DecodeFormUrlencoded and EncodeFormUrlencoded middleware #411

merged 1 commit into from
Aug 26, 2020

Conversation

wingyplus
Copy link

@wingyplus wingyplus commented Aug 24, 2020

  • Expose Tesla.Middleware.FormUrlencoded.encode/2 and Tesla.Middleware.FormUrlencoded.decode/2.
  • Create 2 modules, Tesla.Middleware.EncodeFormUrlencoded and Tesla.Middleware.DecodeFormUrlencoded.
  • Add tests.

Closes #410

* Expose Tesla.Middleware.FormUrlencoded.encode/2 and Tesla.Middleware.FormUrlencoded.decode/2.
* Create 2 modules, Tesla.Middleware.EncodeFormUrlencoded and Tesla.Middleware.DecodeFormUrlencoded.
* Add tests.
@teamon teamon merged commit 778b7ea into elixir-tesla:master Aug 26, 2020
@wingyplus wingyplus deleted the form-encode-decode branch August 31, 2020 05:38
wingyplus added a commit to wingyplus/elixir-line-sdk that referenced this pull request Sep 5, 2020
Replace it with Tesla.Middleware.EncodeFormUrlencoded which's land into
tesla since PR elixir-tesla/tesla#411.
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.

Proposals to provide encode/decode only form url body
3 participants