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