Home
last modified time | relevance | path

Searched refs:Authority (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Dtable.rs243 1 => Some(Header::Authority), in header_name()
407 Authority, enumerator
419 Header::Authority => 10, in len()
434 Header::Authority => String::from(":authority"), in into_string()
473 table.update(Header::Authority, String::from("Authority")); in ut_dynamic_table_header_name()
475 Some(Header::Authority) => {} in ut_dynamic_table_header_name()
492 table.update(Header::Authority, String::from("Authority")); in ut_dynamic_table_header()
494 Some((Header::Authority, x)) if x == *"Authority" => {} in ut_dynamic_table_header()
508 table.update(Header::Authority, String::from("Authority")); in ut_dynamic_table_update()
511 Some((Header::Authority, x)) if x == *"Authority" => {} in ut_dynamic_table_update()
[all …]
H A Ddecoder.rs362 { 57, Authority => "www.example.com" } in ut_hpack_decoder()
371 { 110, "cache-control" => "no-cache", Authority => "www.example.com" } in ut_hpack_decoder()
380 …{ 164, "custom-key" => "custom-value", "cache-control" => "no-cache", Authority => "www.example.co… in ut_hpack_decoder()
392 { 57, Authority => "www.example.com" } in ut_hpack_decoder()
401 { 110, "cache-control" => "no-cache", Authority => "www.example.com" } in ut_hpack_decoder()
410 …{ 164, "custom-key" => "custom-value", "cache-control" => "no-cache", Authority => "www.example.co… in ut_hpack_decoder()
H A Dencoder.rs135 Header::Authority, in ut_hpack_encoder()
151 Header::Authority, in ut_hpack_encoder()
169 Header::Authority, in ut_hpack_encoder()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H A Dmod.rs83 authority: Option<Authority>,
296 Option<Authority>, in into_parts() argument
314 authority: Option<Authority>, in from_raw_parts() argument
440 Authority: TryFrom<T>, in authority()
633 pub struct Authority { struct
638 impl Authority { implementation
731 Authority::from_bytes(bytes) in try_from()
743 impl ToString for Authority { implementation
1142 Ok(Authority { in host_port()
1148 Ok(Authority { in host_port()
[all …]
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dpool.rs21 use ylong_http::request::uri::{Authority, Scheme};
49 pub(crate) struct PoolKey(Scheme, Authority);
52 pub(crate) fn new(scheme: Scheme, authority: Authority) -> Self { in new()
H A Dproxy.rs20 use ylong_http::request::uri::{Authority, Scheme, Uri};
150 pub(crate) authority: Authority,
173 pub(crate) fn authority(&self) -> &Authority { in authority() argument
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/
H A Dencoder.rs381 Field::Authority, in dynamic_table()
421 .update(Field::Authority, String::from("www.example.com")); in duplicate_instruction_stream_cancellation()
439 Field::Authority, in duplicate_instruction_stream_cancellation()
457 .update(Field::Authority, String::from("www.example.com")); in dynamic_table_insert_eviction()
467 .update(Field::Authority, String::from("www.example.com")); in dynamic_table_insert_eviction()
492 (Field::Authority, String::from("www.example.com")), in test_ack()
H A Dtable.rs246 0 => Some(Field::Authority), in field_name()
541 (Field::Authority, _) => Some(TableIndex::FieldName(0)), in index()
691 Authority, enumerator
702 Field::Authority => 10, // 10 is the length of ":authority". in len()
713 Field::Authority => String::from(":authority"), in into_string()
H A Ddecoder.rs751 dynamic_table.update(Field::Authority, String::from("www.example.com")); in ut_qpack_decoder()
772 dynamic_table.update(Field::Authority, String::from("www.example.com")); in ut_qpack_decoder()
778 dynamic_table.update(Field::Authority, String::from("www.example.com")); in ut_qpack_decoder()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/network/
H A Dcacert.pem87 Entrust Root Certification Authority
468 COMODO Certification Authority
492 Network Solutions Certificate Authority
515 COMODO ECC Certification Authority
554 ePKI Root Certification Authority
780 Go Daddy Root Certificate Authority - G2
954 TWCA Root Certification Authority
1341 E-Tugra Certification Authority
1615 COMODO RSA Certification Authority
1647 USERTrust RSA Certification Authority
[all …]
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
H A Dencoder.rs161 Authority, enumerator
198 None => self.next_type = PartsIterDirection::Authority, in next()
200 PartsIterDirection::Authority => match self.pseudo.take_authority() { in next()
201 Some(value) => return Some((Header::Authority, value)), in next()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Dparts.rs50 Header::Authority => self.pseudo.set_authority(Some(value)), in update()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dparts.rs52 Field::Authority => self.pseudo.set_authority(Some(value)), in update()
H A Dencoder.rs487 (Field::Authority, String::from("www.example.com")), in dynamic_table()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Dencoder.rs911 Authority, enumerator
948 None => self.next_type = PartsIterDirection::Authority, in next()
950 PartsIterDirection::Authority => match self.pseudo.take_authority() { in next()
951 Some(value) => return Some((Field::Authority, value)), in next()
/ohos5.0/base/global/timezone/
H A DREADME.md22 …he latest version of time zone data from the [Internet Assigned Numbers Authority (IANA) database]…
/ohos5.0/docs/en/application-dev/security/DeviceCertificateKit/
H A DcertManager-overview.md7 - Certificate: a file that is signed by a Certificate Authority (CA) and contains the public key ow…
/ohos5.0/docs/en/application-dev/security/
H A Dhapsigntool-overview.md23 …you must generate a CSR based on the key pair and submit the CSR to the Certificate Authority (CA).
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-uri.md33 | authority | string | Yes| No| Authority in the URI. If this part does not exist, a null object is…