public class HeaderRequestInterceptor
This request interceptor checks if wrapper request have more http headers. If that is true then it copies those headers in original request. This way they will be visible in raw request and accessible for users in Groovy scripts.
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
SOAPUI_REQUEST_HEADERS |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
process(HttpRequest request, HttpContext context) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |