iron / router

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

Handle HEAD requests properly. #85

Closed chris-morgan closed 9 years ago

chris-morgan commented 9 years ago

If there is no special-purpose HEAD handler, it should default to the GET handler. This is standard defined web behaviour.

Also, an OPTIONS request should always include HEAD if it includes GET.

reem commented 9 years ago

Looks great, thanks.