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 OPTIONS and @WebOptions #20

Closed jeremychone closed 11 years ago

jeremychone commented 11 years ago

Similar to HTTP HEAD, Snow should offer default HTTP OPTIONS behavior on @Web[REST] Methods. Should have enough data to have good response.

Could offer @WebOptions to override standard response.

jeremychone commented 11 years ago

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