Package 

Class Http.QueryBuilder

    • Method Summary

      Modifier and Type Method Description
      Http.QueryBuilder append(String key, String value) Append query parameter.
      String toString() Build the finished Url
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Http.QueryBuilder

        Http.QueryBuilder(String baseUrl)