Interface HttpConnectStrategy.RequestTransformer

    • Method Detail

      • transformRequest

        okhttp3.Request transformRequest​(okhttp3.Request input)
        Returns a request that is either the same as the input request or based on it.
        Parameters:
        input - the original request
        Returns:
        the request that will be used