Could you add a feature so we can dispatch the request dependig on the
HTTP method (GET, POST..) ?

Something like :

serve("/
create").filterMethod(HttpMethod.POST).with(CreateServlet.class);

-- 
You received this message because you are subscribed to the Google Groups 
"google-guice" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-guice?hl=en.

Reply via email to