HttpUrl url = new HttpUrl.Builder() .scheme("https") .host("www.google.com") .addPathSegment("search") .addQueryParameter("q", "polar bears") .build();
References
https://medium.com/square-corner-blog/okhttps-new-url-class-515460eea661
HttpUrl url = new HttpUrl.Builder() .scheme("https") .host("www.google.com") .addPathSegment("search") .addQueryParameter("q", "polar bears") .build();
References
https://medium.com/square-corner-blog/okhttps-new-url-class-515460eea661