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 #15

Closed 3XE closed 8 years ago

3XE commented 8 years ago

Fixes error when using request.post() i.e. TypeError: request() got an unexpected keyword argument 'json'

Peter

3XE commented 8 years ago

Closed because gets rid of the error but drops the parameter data somewhere in the call stack... replaced with PR#17