Uses of Class
org.mockserver.mock.action.http.HttpForwardAction
Packages that use HttpForwardAction
-
Uses of HttpForwardAction in org.mockserver.mock.action.http
Subclasses of HttpForwardAction in org.mockserver.mock.action.httpModifier and TypeClassDescriptionclassclassclassclassclassclassHandles forward-with-fallback actions: forwards the request to the upstream host defined by theHttpForward; if the upstream returns a status code matching the fallback criteria (default 500-599) or the request times out / fails to connect, the configured fallbackHttpResponseis returned instead.class