msabramo / requests-unixsocket

Use requests to talk HTTP via a UNIX domain socket
Apache License 2.0
207 stars 29 forks source link

add data and json keyword arguments to request method explicitly #17

Closed 3XE closed 8 years ago

3XE commented 8 years ago

Fixes error when using request.post() and presumably other methods which rely upon data/json arguments.

Example error: "TypeError: request() got an unexpected keyword argument 'json'"

msabramo commented 8 years ago

I can't reproduce the issue that this aims to fix (#16).