open static fun from(other: ClientRequest): Builder
Create a builder with the method, URI, headers, and cookies of the given request.
other - the request to copy the method, URI, headers, and cookies from
other
Return the created builder