Searched defs:Method (Results 1 – 10 of 10) sorted by relevance
44 pub struct Method(Inner); struct46 impl Method { implementation115 pub fn from_bytes(bytes: &[u8]) -> Result<Method, HttpError> { in from_bytes()169 impl<'a> TryFrom<&'a [u8]> for Method { implementation177 impl<'a> TryFrom<&'a str> for Method { implementation
268 pub fn method(&self) -> &Method { in method()282 pub fn method_mut(&mut self) -> &mut Method { in method_mut()
121 pub(crate) fn new(req_method: &'a Method, part: &'a ResponsePart) -> Self { in new()
408 Method, enumerator
794 Method, enumerator
49 napi_value Method(napi_env env, napi_callback_info info) in Method() function
135 Method, enumerator
162 Method, enumerator
822 Method, enumerator
45 napi_value Method(napi_env env, napi_callback_info info) in Method() function