|
|||||||||
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)
|
Object |
HTTPBuilder.request(Method m,
Closure configClosure)
|
Object |
HTTPBuilder.request(Method m,
Object contentType,
Closure configClosure)
|
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 |