human_curl
human_curl copied to clipboard
human_curl munging URL on PUT/POST
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.