hattipjs / hattip

Like Express, but for the future

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatic HEAD handling

cyco130 opened this issue · comments

We should provide a middleware for automatically handling HEAD requests by stripping the body from GET responses.

We can provide two flavors, one that always handles and one that handles only unhandled ones.