Interface Http.Builder

    • Method Detail

      • httpURL

        Http.Builder httpURL​(String httpURL)

        The request URL.

        Parameters:
        httpURL - The request URL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • httpStatus

        Http.Builder httpStatus​(Integer httpStatus)

        The response status.

        Parameters:
        httpStatus - The response status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • httpMethod

        Http.Builder httpMethod​(String httpMethod)

        The request method.

        Parameters:
        httpMethod - The request method.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userAgent

        Http.Builder userAgent​(String userAgent)

        The request's user agent string.

        Parameters:
        userAgent - The request's user agent string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientIp

        Http.Builder clientIp​(String clientIp)

        The IP address of the requestor.

        Parameters:
        clientIp - The IP address of the requestor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.