Searched defs:set_host (Results 1 – 2 of 2) sorted by relevance
105 pub fn set_host(url: &mut Url, new_host: &str) -> Result<(), ()> { in set_host() function
1790 pub fn set_host(&mut self, host: Option<&str>) -> Result<(), ParseError> { in set_host() method