| Package | Description |
|---|---|
| groovyx.net.http |
HTTPBuilder provides a simple Groovy API for HTTP and REST client operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncHTTPBuilder
This implementation makes all requests asynchronous by submitting jobs to a
ThreadPoolExecutor. |
class |
RESTClient
Extension to HTTPBuilder that basically attempts to provide a slightly more
REST-ful face on top of HTTPBuilder.
|
| Modifier and Type | Field and Description |
|---|---|
protected HTTPBuilder |
AuthConfig.builder |
| Constructor and Description |
|---|
AuthConfig(HTTPBuilder builder) |
Copyright © 2008-2014. All Rights Reserved.