weavejester
Add some new middleware that proxies HTTP HEAD requests as GETs and the removes the body from the response.
This will make it easier to support the HEAD method in Ring apps.
Added wrap-head middleware (fixes #60)
d094e7d
Add some new middleware that proxies HTTP HEAD requests as GETs and the removes the body from the response.
This will make it easier to support the HEAD method in Ring apps.