Interface HttpConfiguration.Builder

    • Method Detail

      • baseUrl

        HttpConfiguration.Builder baseUrl​(String baseUrl)

        The base URL for the source location host server. This string must include the protocol, such as https://.

        Parameters:
        baseUrl - The base URL for the source location host server. This string must include the protocol, such as https://.
        Returns:
        Returns a reference to this object so that method calls can be chained together.