Open therealbill opened 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.
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.