Class ProxyResponseRenderer

java.lang.Object
com.github.tomakehurst.wiremock.http.ProxyResponseRenderer
All Implemented Interfaces:
ResponseRenderer

public class ProxyResponseRenderer extends Object implements ResponseRenderer
  • Constructor Details

    • ProxyResponseRenderer

      public ProxyResponseRenderer(boolean preserveHostHeader, String hostHeaderValue, SettingsStore settingsStore, boolean stubCorsEnabled, HttpClient reverseProxyClient, HttpClient forwardProxyClient)
    • ProxyResponseRenderer

      public ProxyResponseRenderer(boolean preserveHostHeader, String hostHeaderValue, SettingsStore settingsStore, boolean stubCorsEnabled, Set<String> supportedEncodings, HttpClient reverseProxyClient, HttpClient forwardProxyClient)
  • Method Details