human_curl icon indicating copy to clipboard operation
human_curl copied to clipboard

human_curl munging URL on PUT/POST

Open therealbill opened this issue 12 years ago • 0 comments

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.

therealbill avatar Dec 20 '13 19:12 therealbill