ipkn / crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)
BSD 3-Clause "New" or "Revised" License
7.48k stars 891 forks source link

Add support for HTTP PATCH method #253

Closed boodkb closed 7 years ago

ipkn commented 7 years ago

Why does HTTPMethod::Patch has value 24?

boodkb commented 7 years ago

I found this value here. Line 119

ipkn commented 7 years ago

I forgot that crow uses the same method numbering with joyent parser. I will reorder this with another commit.