msabramo / requests-unixsocket

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

Fix #6 ("GET parameters stripped from URL") #9

Closed msabramo closed 9 years ago

msabramo commented 9 years ago

@mminer, @phobologic: How does this change look? It seems to me like I didn't need the request method at all. Am I wrong?

Closes #6

phobologic commented 9 years ago

Yep! When I was playing around with a pull request that's exactly what I did, and it worked great for me. :+1:

msabramo commented 9 years ago

Merged and released to PyPI as https://pypi.python.org/pypi/requests-unixsocket/0.1.3

mminer commented 9 years ago

Looks good to me. High fives all around.