| Package | Description |
|---|---|
| org.spincast.plugins.httpclient | |
| org.spincast.plugins.httpclient.builders | |
| org.spincast.testing.core |
| Modifier and Type | Method and Description |
|---|---|
GetRequestBuilder |
HttpClient.GET(String url)
Starts a builder for a
GET request. |
| Modifier and Type | Class and Description |
|---|---|
class |
GetRequestBuilderDefault
Implementation for the Http Client builder for a GET request.
|
| Modifier and Type | Method and Description |
|---|---|
protected GetRequestBuilder |
IntegrationTestBase.GET(String path)
Starts an Http Client builder for a GET method.
|
protected GetRequestBuilder |
IntegrationTestBase.GET(String pathOrUrl,
boolean isFullUrl)
Starts an Http Client builder for a GET method.
|
protected GetRequestBuilder |
IntegrationTestBase.GET(String pathOrUrl,
boolean isFullUrl,
boolean isHttps)
Starts an Http Client builder for a GET method.
|
Copyright © 2017. All rights reserved.