|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface RestProvider
| Method Summary | |
|---|---|
Object
|
withAsyncHttp(Map params, Closure closure)
|
Object
|
withAsyncHttp(Map params, CallableWithArgs callable)
|
Object
|
withHttp(Map params, Closure closure)
|
Object
|
withHttp(Map params, CallableWithArgs callable)
|
Object
|
withRest(Map params, Closure closure)
|
Object
|
withRest(Map params, CallableWithArgs callable)
|
| Method Detail |
|---|
public Object withAsyncHttp(Map params, Closure closure)
public Object withAsyncHttp(Map params, CallableWithArgs callable)
public Object withHttp(Map params, Closure closure)
public Object withHttp(Map params, CallableWithArgs callable)
public Object withRest(Map params, Closure closure)
public Object withRest(Map params, CallableWithArgs callable)
Groovy Documentation