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 TRACE and @WebTrace #21

Closed jeremychone closed 11 years ago

jeremychone commented 11 years ago

Similar to HTTP HEAD and OPTIONS. Could return automatic response given the @Web[REST] and allow developers to override with @WebTrace.

jeremychone commented 11 years ago

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