| Methods in org.ocpsoft.rewrite.test that return HttpAction |
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. |