Interface HTTPHeader.Builder

    • Method Detail

      • name

        HTTPHeader.Builder name​(String name)

        The name of one of the headers in the sampled web request.

        Parameters:
        name - The name of one of the headers in the sampled web request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        HTTPHeader.Builder value​(String value)

        The value of one of the headers in the sampled web request.

        Parameters:
        value - The value of one of the headers in the sampled web request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.