Searched defs:method (Results 1 – 10 of 10) sorted by relevance
275 let method = Method::GET; in ut_body_length_parser() localVariable283 let method = Method::GET; in ut_body_length_parser() localVariable291 let method = Method::GET; in ut_body_length_parser() localVariable299 let method = Method::GET; in ut_body_length_parser() localVariable
52 let method = request.method_mut(); in redirect() localVariable
17 mod method; module
40 method: ManuallyDrop<BioMethod>, field
55 pub mod method; module268 pub fn method(&self) -> &Method { in method() method522 pub fn method<T>(mut self, method: T) -> Self in method() method674 pub method: Method, field
38 method: Option<String>, field91 pub fn method(&self) -> Option<&str> { in method() method
119 let method = BioMethodInner::new::<S>()?; in new() localVariable332 let method = BioMethod::new::<Cursor<Vec<u8>>>(); in ut_new_get() localVariable334 let method = method.unwrap(); in ut_new_get() localVariable
140 pub fn method(self, method: &str) -> Self { in method() method
430 let method = self.inner.as_str().as_bytes(); in encode() localVariable
1789 napi_value method = nullptr; in HostOnGlobalCallInner() local