Package | Description |
---|---|
ratpack.http.client |
The HTTP client.
|
Modifier and Type | Method and Description |
---|---|
ProxySpec |
ProxySpec.host(java.lang.String host)
Configure the host that will proxy outbound HTTP requests.
|
ProxySpec |
ProxySpec.nonProxyHosts(java.util.Collection<java.lang.String> nonProxyHosts)
Configure a collection of patterns for which if any are matched, the outbound request will bypass the HTTP proxy.
|
ProxySpec |
ProxySpec.port(int port)
Configure the port on the proxy to will outbound HTTP requests will be sent.
|
Modifier and Type | Method and Description |
---|---|
HttpClientSpec |
HttpClientSpec.proxy(Action<? super ProxySpec> proxy)
Configure a HTTP proxy for outgoing calls from this client.
|