Searched defs:method (Results 1 – 11 of 11) sorted by relevance
17 mod method; module
32 method: ManuallyDrop<BioMethod>, field
281 let method = Method::GET; in ut_body_length_parser() localVariable289 let method = Method::GET; in ut_body_length_parser() localVariable297 let method = Method::GET; in ut_body_length_parser() localVariable
249 let method = request.method_mut(); in update_header_and_method() localVariable
50 pub mod method; module263 pub fn method(&self) -> &Method { in method() method512 pub fn method<T>(mut self, method: T) -> Self in method() method707 pub method: Method, field
24 method: Option<String>, field77 pub fn method(&self) -> Option<&str> { in method() method
85 pub fn method<T>(self, method: T) -> 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
1466 napi_value method = nullptr; in HostOnGlobalCallInner() local