nst / STHTTPRequest

Obj-C / Cocoa HTTP requests for humans
BSD 3-Clause "New" or "Revised" License
826 stars 75 forks source link

Removed extra space after application/x-www-form-urlencoded #15

Closed zachboyd closed 10 years ago

zachboyd commented 10 years ago

Removed extra space after application/x-www-form-urlencoded. When using this library with the Express framework for node.js (http://expressjs.com/) none of the POST endpoints were being executed. I guess they don't trim the content type which causes the POST endpoint to not be found.

nst commented 10 years ago

thank you for the fix