protected java.lang.Object |
HTTPBuilder.doRequest(java.net.URI uri,
Method method,
java.lang.Object contentType,
groovy.lang.Closure configClosure) |
|
java.lang.Object |
HTTPBuilder.request(Method method,
groovy.lang.Closure configClosure) |
Make an HTTP request to the default URI, and parse using the default
content-type.
|
java.lang.Object |
HTTPBuilder.request(Method method,
java.lang.Object contentType,
groovy.lang.Closure configClosure) |
Make an HTTP request using the default URI, with the given method,
content-type, and configuration.
|
java.lang.Object |
HTTPBuilder.request(java.lang.Object uri,
Method method,
java.lang.Object contentType,
groovy.lang.Closure configClosure) |
Make a request for the given HTTP method and content-type, with
additional options configured in the configClosure .
|