Lispython / human_curl

Simple Human wrapper for cURL library
http://h.wrttn.me/human_curl
Other
205 stars 43 forks source link

human_curl munging URL on PUT/POST #31

Open therealbill opened 10 years ago

therealbill commented 10 years ago

Passing in a dictionary as the data param in a human_curl.Request("PUT"...) call, the dictionary is converted to URL parameters instead of operating as human_curl.put(...) does. This means it breaks.