public static class HttpsTestTarget.Companion
@JvmStatic @JvmOverloads @NotNull public HttpsTestTarget fromUrl(@NotNull java.net.URL url, boolean insecure)
Creates a HttpsTestTarget from a URL. If the URL does not contain a port, 443 will be used.
insecure - Supports using certs that will not be verified. You need this enabled if you are using self-signedor untrusted certificates. Defaults to false.@JvmStatic @JvmOverloads @NotNull public HttpsTestTarget fromUrl(@NotNull java.net.URL url)
Creates a HttpsTestTarget from a URL. If the URL does not contain a port, 443 will be used.