Reviewers: jlabanca, Description: This patch adds DELETE, HEAD and PUT methods to RequestBuilder and opens the RequestBuilder(String,String) ctor to public visibility.
The restriction to GET and POST was only because of very old Safari versions (2.x or maybe even earlier). I've also removed a safari-special-case in the tests (was special-casing safari because of a bug in safari 2.0.4) Please review this at http://gwt-code-reviews.appspot.com/61812 Affected files: user/src/com/google/gwt/http/client/RequestBuilder.java user/test/com/google/gwt/http/client/RequestBuilderTest.java user/test/com/google/gwt/http/server/RequestBuilderTestServlet.java --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
