|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Method in groovyx.net.http |
---|
Methods in groovyx.net.http that return Method | |
---|---|
static Method |
Method.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Method[] |
Method.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in groovyx.net.http with parameters of type Method | |
---|---|
protected Object |
HTTPBuilder.doRequest(URI uri,
Method method,
Object contentType,
Closure configClosure)
Create a HTTPBuilder.SendDelegate from the given arguments, execute the
config closure, then pass the delegate to HTTPBuilder.doRequest(SendDelegate) ,
which actually executes the request. |
Object |
HTTPBuilder.request(Method m,
Closure configClosure)
Make an HTTP request to the default URL and content-type. |
Object |
HTTPBuilder.request(Method m,
Object contentType,
Closure configClosure)
Make an HTTP request using the default URL, with the given method, content-type, and configuration. |
Object |
HTTPBuilder.request(Object uri,
Method method,
Object contentType,
Closure configClosure)
Make a request for the given HTTP method and content-type, with additional options configured in the configClosure . |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |