csquared / arduino-restclient

Arduino RESTful HTTP Request Library
MIT License
205 stars 133 forks source link

Fix Default contentType #7

Closed jamesward closed 8 years ago

jamesward commented 9 years ago

The correct way to set the x-www-form-urlencoded is application/x-www-form-urlencoded: http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1

jamesward commented 9 years ago

Oh hey @csquared! Good to run into you. Thanks for this library! Working great so far!

csquared commented 8 years ago

thanks @jamesward !