Searched defs:host (Results 1 – 11 of 11) sorted by relevance
| /commonlibrary/ets_utils/js_api_module/uri/src/ |
| D | js_uri.ts | 26 host: string | null; property 131 get host(): string | null { method in URI
|
| /commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/ |
| D | mod.rs | 99 let host = format_header_str("host", addr.to_string().as_str()); localVariable 196 let host = format_header_str("host", addr.to_string().as_str()); localVariable
|
| /commonlibrary/ets_utils/js_api_module/uri/ |
| D | js_uri.h | 33 std::string host = ""; member
|
| /commonlibrary/ets_utils/js_api_module/url/ |
| D | js_url.h | 57 std::string host = ""; member
|
| D | js_url.cpp | 332 void AnalysisOpaqueHost(std::string input, std::string& host, in AnalysisOpaqueHost() 487 void IPv6Host(std::string& input, std::string& host, in IPv6Host() 651 void FormatIpv4(std::vector<std::string> nums, std::string& host, in FormatIpv4() 688 void AnalyseIPv4(const std::string& input, std::string& host, in AnalyseIPv4() 729 void AnalysisHost(std::string& input, std::string& host, in AnalysisHost()
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/ |
| D | connector.rs | 93 let host = uri.host().unwrap().as_str().to_string(); in connect() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/ |
| D | mod.rs | 121 let host = uri.host().unwrap().as_str().to_string(); in connect() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http/src/request/ |
| D | uri.rs | 160 pub fn host(&self) -> Option<&Host> { in host() method 602 host: Host, field 638 pub fn host(&self) -> &Host { in host() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/ |
| D | addr.rs | 152 let host = host.to_string(); in to_socket_addrs() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
| D | normalizer.rs | 63 let host = match uri.host() { in format() localVariable
|
| /commonlibrary/ets_utils/js_api_module/url/src/ |
| D | js_url.ts | 61 host: string; property
|