Searched defs:method (Results 1 – 11 of 11) 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
51 let method = request.method_mut(); in redirect() localVariable
17 mod method; module
39 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
24 method: Option<String>, field77 pub fn method(&self) -> Option<&str> { in method() method
24 method: Option<String>, field76 pub fn method(&self) -> Option<&str> { in method() method
134 pub fn method(self, method: &str) -> Self { in method() method
119 let method = BioMethodInner::new::<S>()?; in new() localVariable
430 let method = self.inner.as_str().as_bytes(); in encode() localVariable
1568 napi_value method = nullptr; in HostOnGlobalCallInner() local