public interface HttpRequestMatchingContext
Http Request matching contexts can change through out the chain of
http request matching filters that are executed.HttpRequestMatchingFilter,
AbstractHttpResponseProvider| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
originalRequest()
A request that was expected.
|
HttpRequest |
otherRequest()
Another request that we received and that initially did not match original request.
|
HttpResponse |
response()
Initial response which can have been modified in the meanwhile.
|
HttpRequest originalRequest()
HttpRequest otherRequest()
HttpResponse response()
Copyright © 2014. All Rights Reserved.