Home
last modified time | relevance | path

Searched defs:Host (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/request/
Duri.rs160 pub fn host(&self) -> Option<&Host> { in host()
621 pub fn host(&self) -> &Host { in host()
671 pub fn into_parts(self) -> (Host, Option<Port>) { in into_parts()
708 pub struct Host(String); struct
710 impl Host { impl
727 impl ToString for Host { implementation