Interface HttpActionHeader.Builder

    • Method Detail

      • key

        HttpActionHeader.Builder key​(String key)

        The HTTP header key.

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

        HttpActionHeader.Builder value​(String value)

        The HTTP header value. Substitution templates are supported.

        Parameters:
        value - The HTTP header value. Substitution templates are supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.