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/
Dnormalizer.rs275 let method = Method::GET; in ut_body_length_parser() localVariable
283 let method = Method::GET; in ut_body_length_parser() localVariable
291 let method = Method::GET; in ut_body_length_parser() localVariable
299 let method = Method::GET; in ut_body_length_parser() localVariable
Dredirect.rs51 let method = request.method_mut(); in redirect() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Dmod.rs17 mod method; module
Dstream.rs39 method: ManuallyDrop<BioMethod>, field
/commonlibrary/rust/ylong_http/ylong_http/src/request/
Dmod.rs55 pub mod method; module
268 pub fn method(&self) -> &Method { in method() method
522 pub fn method<T>(mut self, method: T) -> Self in method() method
674 pub method: Method, field
/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/src/h3/
Dpseudo.rs24 method: Option<String>, field
76 pub fn method(&self) -> Option<&str> { in method() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Drequest.rs134 pub fn method(self, method: &str) -> 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.cpp1568 napi_value method = nullptr; in HostOnGlobalCallInner() local