[][src]Function hpfeeds::send_authenticate

pub fn send_authenticate(
    conn: &TcpStream,
    ident: &str,
    nonce: &[u8],
    secret: &str
) -> Result<(), Box<dyn Error>>