Filter for modifying a request before it is sent
Type Params | Return Type | Name and description |
---|---|---|
|
void |
afterRequest(SubmitContext context, Request request) |
|
void |
afterRequest(SubmitContext context, Response response) NOTE: Implementing this deprecated method is not enough to have it invoked by ReadyAPI; this will only happen automatically if you extend AbstractRequestFilter. |
|
void |
filterRequest(SubmitContext context, Request request) |
NOTE: Implementing this deprecated method is not enough to have it invoked by ReadyAPI; this will only happen automatically if you extend AbstractRequestFilter.