| Package | Description |
|---|---|
| org.ocpsoft.rewrite.test |
| Modifier and Type | Method and Description |
|---|---|
protected HttpAction<org.apache.http.client.methods.HttpGet> |
RewriteTestBase.get(org.apache.http.client.HttpClient client,
String path)
Request a resource from the deployed test-application.
|
protected HttpAction<org.apache.http.client.methods.HttpGet> |
RewriteTestBase.get(org.apache.http.client.HttpClient client,
String path,
org.apache.http.Header... headers)
Request a resource from the deployed test-application.
|
protected HttpAction<org.apache.http.client.methods.HttpGet> |
RewriteTestBase.get(String path)
Request a resource from the deployed test-application.
|
protected HttpAction<org.apache.http.client.methods.HttpHead> |
RewriteTestBase.head(String path)
Request a resource from the deployed test-application.
|
Copyright © 2021 OCPsoft. All rights reserved.