local-ch / lhc

🚀 Advanced HTTP Client for Ruby. Fueled with interceptors.
GNU General Public License v3.0
43 stars 1 forks source link

Form format #171

Closed 10xSebastian closed 4 years ago

10xSebastian commented 4 years ago

This PR adds the form format, which allows to make easy application/x-www-form-urlencoded requests with an urlencoded body.

Needed for sf token issuing.