A Lightweight, Google Guice, Simple, and Powerful Web Application Framework that makes building modern Web Application a breeze! Fully open source, Apache V2 licensed.
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.
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.