Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dnormalizer.rs43 let host_value = format_host_value(self.part.uri())?; in format() localVariable
189 let host_value = match (uri.host(), uri.port()) { in format_host_value() localVariable