Function single_shot

Source
pub fn single_shot<A: ToSocketAddrs>(
    addr: A,
    path: &str,
    method: Method,
) -> Result<Vec<u8>>