python-hyper / hyper

HTTP/2 for Python.
http://hyper.rtfd.org/en/latest/
MIT License
1.05k stars 192 forks source link

Convert HTTP method to upper case before making request #269

Closed kracekumar closed 8 years ago

kracekumar commented 8 years ago

Fix #268. I am skeptic about test placement. Let me know if I have to include more or shift the test cases to different file.

Lukasa commented 8 years ago

Sorry, I'd rather the command line client did the uppercasing. I want to allow the possibility of sending somewhat malformed requests from the main client.

kracekumar commented 8 years ago

The adjusted pull request modifies HTTP method at CLI level.

Lukasa commented 8 years ago

\o/ Thanks @kracekumar! :cookie: