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/uri/
Dmod.rs164 pub fn host(&self) -> Option<&Host> { in host()
672 pub fn host(&self) -> &Host { in host()
722 pub fn into_parts(self) -> (Host, Option<Port>) { in into_parts()
759 pub struct Host(String); struct
761 impl Host { impl
778 impl ToString for Host { implementation