Interface CustomHttpHeader.Builder

  • Method Details

    • key

      The name of the custom HTTP header.

      Parameters:
      key - The name of the custom HTTP header.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The value of the custom HTTP header.

      Parameters:
      value - The value of the custom HTTP header.
      Returns:
      Returns a reference to this object so that method calls can be chained together.