Normalize request method verb

This commit is contained in:
Loic Nageleisen 2017-09-19 15:34:02 +02:00
parent 8f20ccdd60
commit dc8739c692

View file

@ -139,7 +139,7 @@ module NanoServe
end
def parse_method(str)
str
str.upcase
end
def parse_path(str)