Re: Request builder HTTP Method

2009-05-19 Thread Thomas Broyer
On 18 mai, 15:08, Arthik Babu wrote: > Hi, > >    In my task I need to build the request for the URL. I am getting > Method as a parameter. I dont know how to get the http method name > from the Method class. Please help me. See http://groups.google.fr/group/Google-Web-Toolkit/msg/46fe128c6038

Request builder HTTP Method

2009-05-18 Thread Arthik Babu
Hi, In my task I need to build the request for the URL. I am getting Method as a parameter. I dont know how to get the http method name from the Method class. Please help me. For ex. doProcess(URL url, Method method){ // here i need to check the HTTP method name like if(method.GET == "GET