Searched defs:Method (Results 1 – 8 of 8) sorted by relevance
44 pub struct Method(Inner); struct46 impl Method { impl115 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
262 pub fn method(&self) -> &Method { in method()276 pub fn method_mut(&mut self) -> &mut Method { in method_mut()
119 pub(crate) fn new(req_method: &'a Method, part: &'a ResponsePart) -> Self { in new()
404 Method, enumerator
50 napi_value Method(napi_env env, napi_callback_info info) in Method() function
133 Method, enumerator
157 Method, enumerator
43 napi_value Method(napi_env env, napi_callback_info info) in Method() function