Home
last modified time | relevance | path

Searched defs:method (Results 1 – 10 of 10) 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.rs52 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.rs40 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/
Dpseudo.rs38 method: Option<String>, field
91 pub fn method(&self) -> Option<&str> { in method() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dbio.rs119 let method = BioMethodInner::new::<S>()?; in new() localVariable
332 let method = BioMethod::new::<Cursor<Vec<u8>>>(); in ut_new_get() localVariable
334 let method = method.unwrap(); in ut_new_get() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Drequest.rs140 pub fn method(self, method: &str) -> Self { in method() method
/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.cpp1789 napi_value method = nullptr; in HostOnGlobalCallInner() local