Add methods to set values on the request like uri, method, header value, adding headers ```rust let partial = PartialHttpRequest::default(); // New instance let partial = partial.set_url("http://github.com"); ```