Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Dmod.rs17 mod method; module
Dstream.rs32 method: ManuallyDrop<BioMethod>, field
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Dnormalizer.rs281 let method = Method::GET; in ut_body_length_parser() localVariable
289 let method = Method::GET; in ut_body_length_parser() localVariable
297 let method = Method::GET; in ut_body_length_parser() localVariable
Dredirect.rs249 let method = request.method_mut(); in update_header_and_method() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/request/
Dmod.rs50 pub mod method; module
263 pub fn method(&self) -> &Method { in method() method
512 pub fn method<T>(mut self, method: T) -> Self in method() method
707 pub method: Method, field
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
Dpseudo.rs24 method: Option<String>, field
77 pub fn method(&self) -> Option<&str> { in method() method
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Dpseudo.rs24 method: Option<String>, field
77 pub fn method(&self) -> Option<&str> { in method() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dadapter.rs85 pub fn method<T>(self, method: T) -> Self in method() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dbio.rs119 let method = BioMethodInner::new::<S>()?; in new() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/h1/request/
Dencoder.rs430 let method = self.inner.as_str().as_bytes(); in encode() localVariable
/commonlibrary/ets_utils/js_concurrent_module/worker/
Dworker.cpp1466 napi_value method = nullptr; in HostOnGlobalCallInner() local