iron / router

Router middleware for the Iron web framework.
165 stars 74 forks source link

(feat) response 405 if the method is not found but other methods are … #131

Closed sapsan4eg closed 7 years ago

sapsan4eg commented 7 years ago

1) Return MethodNotAllowed for request with wrong HTTP method. 2) Add some tests to check this and other features.

Hoverbear commented 7 years ago

Oh my gosh tests! \o/ Thanks so much.

cuddles

untitaker commented 7 years ago

Thanks!