adaoraul/rack-jekyll

Properly distinguish between different request methods

stomar opened this issue · 0 comments

accept: GET (ok), HEAD (ok), OPTIONS
ignore: POST, PUT, ..., any unknown method (405: Method Not Allowed)