Interface HttpContext.Builder

    • Method Detail

      • headers

        HttpContext.Builder headers​(Map<String,​String> headers)

        The header keys and values in an HTTP authorization request.

        Parameters:
        headers - The header keys and values in an HTTP authorization request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryString

        HttpContext.Builder queryString​(String queryString)

        The query string keys and values in an HTTP authorization request.

        Parameters:
        queryString - The query string keys and values in an HTTP authorization request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.