|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Request | |
|---|---|
| org.apache.sling.testing.tools.http | |
| Uses of Request in org.apache.sling.testing.tools.http |
|---|
| Methods in org.apache.sling.testing.tools.http that return Request | |
|---|---|
Request |
RequestBuilder.buildGetRequest(java.lang.String path,
java.lang.String... queryParameters)
Build a GET request to specified path with optional query parameters. |
Request |
RequestBuilder.buildOtherRequest(org.apache.http.client.methods.HttpRequestBase r)
Wrap supplied HTTP request |
Request |
RequestBuilder.buildPostRequest(java.lang.String path)
Build a POST request to specified path with optional query parameters. |
Request |
Request.withContent(java.lang.String content)
|
Request |
Request.withCredentials(java.lang.String username,
java.lang.String password)
|
Request |
Request.withCustomizer(RequestCustomizer c)
|
Request |
Request.withEntity(org.apache.http.HttpEntity e)
|
Request |
Request.withHeader(java.lang.String name,
java.lang.String value)
|
Request |
Request.withRedirects(boolean followRedirectsAutomatically)
|
| Methods in org.apache.sling.testing.tools.http with parameters of type Request | |
|---|---|
void |
RequestCustomizer.customizeRequest(Request r)
|
RequestExecutor |
RequestExecutor.execute(Request r)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||