azadkuh / qhttp

a light-weight and asynchronous HTTP library (both server & client) in Qt5 and c++14
MIT License
484 stars 158 forks source link

Fixed Http methods enum to match http-parser one #13

Closed IvanBelyakoff closed 8 years ago

IvanBelyakoff commented 8 years ago

Some wrong http methods used as http-parser's http methods enumeration was updated some time ago.

azadkuh commented 8 years ago

thanks.