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/
Duri.rs176 pub fn port(&self) -> Option<&Port> { in port()
636 pub fn port(&self) -> Option<&Port> { in port()
671 pub fn into_parts(self) -> (Host, Option<Port>) { in into_parts()
737 pub struct Port(String); struct
739 impl Port { implementation