BriteSnow / snow

A Lightweight, Google Guice, Simple, and Powerful Web Application Framework that makes building modern Web Application a breeze! Fully open source, Apache V2 licensed.
http://britesnow.com/snow
29 stars 10 forks source link

Add support for HTTP HEAD and @WebHead #19

Closed jeremychone closed 11 years ago

jeremychone commented 11 years ago

Need to add support for the HTTP HEAD request. Probably Snow can process the request by default, and just return the headers (this will match the spec). And then, allow developers to override it for a given url with @WebHead.

jeremychone commented 11 years ago

Right now, not sure we need it, close it for now.