Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
Dmod.rs180 pub fn port(&self) -> Option<&Port> { in port()
687 pub fn port(&self) -> Option<&Port> { in port()
722 pub fn into_parts(self) -> (Host, Option<Port>) { in into_parts()
788 pub struct Port(String); struct
790 impl Port { impl