|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpRequestImpl | |
|---|---|
| com.github.kristofa.test.http | |
| Uses of HttpRequestImpl in com.github.kristofa.test.http |
|---|
| Methods in com.github.kristofa.test.http that return HttpRequestImpl | |
|---|---|
HttpRequestImpl |
HttpRequestImpl.content(byte[] content)
Sets content of message body for request. |
HttpRequestImpl |
HttpRequestImpl.contentMatcher(ContentMatcher matcher)
Sets ContentMatcher. |
HttpRequestImpl |
HttpRequestImpl.httpMessageHeader(String name,
String value)
Adds a Http message header. |
HttpRequestImpl |
HttpRequestImpl.method(Method method)
Sets method for request. |
HttpRequestImpl |
HttpRequestImpl.path(String path)
Sets path for request. |
HttpRequestImpl |
HttpRequestImpl.queryParameter(String key,
String value)
Adds a query parameter for request. |
HttpRequestImpl |
HttpRequestImpl.removeHttpMessageHeader(String name,
String value)
Removes Http message header with given name and value. |
HttpRequestImpl |
HttpRequestImpl.removeHttpMessageHeaders(String name)
Removes all Http message headers with given name. |
HttpRequestImpl |
HttpRequestImpl.removeQueryParameter(String key,
String value)
Removes Query Parameter with given key and value. |
HttpRequestImpl |
HttpRequestImpl.removeQueryParameters(String key)
Removes all Query Parameters that have given key. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||