Interface InterceptorInputConfiguration.Builder

  • Method Details

    • passRequestHeaders

      InterceptorInputConfiguration.Builder passRequestHeaders(Boolean passRequestHeaders)

      Indicates whether to pass request headers as input into the interceptor. When set to true, request headers will be passed.

      Parameters:
      passRequestHeaders - Indicates whether to pass request headers as input into the interceptor. When set to true, request headers will be passed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.