public interface TestHttpClient
| Modifier and Type | Method and Description |
|---|---|
ratpack.http.client.ReceivedResponse |
delete() |
ratpack.http.client.ReceivedResponse |
delete(java.lang.String path) |
java.lang.String |
deleteText() |
java.lang.String |
deleteText(java.lang.String path) |
ratpack.http.client.ReceivedResponse |
get() |
ratpack.http.client.ReceivedResponse |
get(java.lang.String path) |
ApplicationUnderTest |
getApplicationUnderTest() |
ratpack.http.client.ReceivedResponse |
getResponse() |
java.lang.String |
getText() |
java.lang.String |
getText(java.lang.String path) |
ratpack.http.client.ReceivedResponse |
head() |
ratpack.http.client.ReceivedResponse |
head(java.lang.String path) |
ratpack.http.client.ReceivedResponse |
options() |
ratpack.http.client.ReceivedResponse |
options(java.lang.String path) |
ratpack.http.client.ReceivedResponse |
patch() |
ratpack.http.client.ReceivedResponse |
patch(java.lang.String path) |
java.lang.String |
patchText() |
java.lang.String |
patchText(java.lang.String path) |
ratpack.http.client.ReceivedResponse |
post() |
ratpack.http.client.ReceivedResponse |
post(java.lang.String path) |
java.lang.String |
postText() |
java.lang.String |
postText(java.lang.String path) |
ratpack.http.client.ReceivedResponse |
put() |
ratpack.http.client.ReceivedResponse |
put(java.lang.String path) |
java.lang.String |
putText() |
java.lang.String |
putText(java.lang.String path) |
void |
requestSpec(ratpack.func.Action<? super ratpack.http.client.RequestSpec> requestAction) |
void |
resetRequest() |
ApplicationUnderTest getApplicationUnderTest()
void requestSpec(ratpack.func.Action<? super ratpack.http.client.RequestSpec> requestAction)
void resetRequest()
ratpack.http.client.ReceivedResponse getResponse()
ratpack.http.client.ReceivedResponse head()
ratpack.http.client.ReceivedResponse head(java.lang.String path)
ratpack.http.client.ReceivedResponse options()
ratpack.http.client.ReceivedResponse options(java.lang.String path)
ratpack.http.client.ReceivedResponse get()
ratpack.http.client.ReceivedResponse get(java.lang.String path)
java.lang.String getText()
java.lang.String getText(java.lang.String path)
ratpack.http.client.ReceivedResponse post()
ratpack.http.client.ReceivedResponse post(java.lang.String path)
java.lang.String postText()
java.lang.String postText(java.lang.String path)
ratpack.http.client.ReceivedResponse put()
ratpack.http.client.ReceivedResponse put(java.lang.String path)
java.lang.String putText()
java.lang.String putText(java.lang.String path)
ratpack.http.client.ReceivedResponse patch()
ratpack.http.client.ReceivedResponse patch(java.lang.String path)
java.lang.String patchText()
java.lang.String patchText(java.lang.String path)
ratpack.http.client.ReceivedResponse delete()
ratpack.http.client.ReceivedResponse delete(java.lang.String path)
java.lang.String deleteText()
java.lang.String deleteText(java.lang.String path)