//okhttp/okhttp3/HttpUrl/newBuilder
newBuilder¶
[jvm]\ fun newBuilder(): HttpUrl.Builder
Returns a builder based on this URL.
[jvm]\ fun newBuilder(link: String): HttpUrl.Builder?
Returns a builder for the URL that would be retrieved by following link
from this URL, or null if the resulting URL is not well-formed.