Function respond_with_tidb_patterns

Source
pub async fn respond_with_tidb_patterns(
    send: &mut SendStream,
    patterns: &[(String, Option<Tidb>)],
) -> Result<()>
๐Ÿ‘ŽDeprecated since 0.8.1: handle sends the response
Expand description

Sends patterns from a threat-intelligence database.

ยงErrors

Returns an error if serialization failed or communication with the client failed.