Sets the URL target of this request.
@throws IllegalArgumentException if {@code url} is not a valid HTTP or HTTPS URL. Avoid this exception by calling {@link HttpURI#parse}; it returns null for invalid URLs.
See Implementation
Sets the URL target of this request.
@throws IllegalArgumentException if {@code url} is not a valid HTTP or HTTPS URL. Avoid this exception by calling {@link HttpURI#parse}; it returns null for invalid URLs.