Searched defs:host (Results 1 – 12 of 12) sorted by relevance
| /commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/ |
| D | mod.rs | 103 let host = format_header_str("host", addr.to_string().as_str()); localVariable 206 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/uri/src/ |
| D | js_uri.ts | 33 host: string | null; property 347 get host(): string | null { method in URI
|
| /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 | 247 let host = uri.host().unwrap().to_string(); in connect() localVariable 285 (host, port): (String, u16), in https_connect()
|
| /commonlibrary/rust/ylong_http/ylong_http/src/request/uri/ |
| D | mod.rs | 164 pub fn host(&self) -> Option<&Host> { in host() method 634 host: Host, field 672 pub fn host(&self) -> &Host { in host() method
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
| D | normalizer.rs | 66 let host = match uri.host() { in format() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/ |
| D | http2.rs | 189 let host = request_part in build_pseudo_headers() localVariable
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/ |
| D | addr.rs | 152 let host = host.to_string(); in to_socket_addrs() localVariable
|
| /commonlibrary/ets_utils/js_api_module/url/src/ |
| D | js_url.ts | 59 host: string; property
|