pub async fn respond_with_tidb_patterns(
send: &mut SendStream,
patterns: &[(String, Option<Tidb>)],
) -> Result<()>
๐Deprecated since 0.8.1:
handle
sends the responseExpand description
Sends patterns from a threat-intelligence database.
ยงErrors
Returns an error if serialization failed or communication with the client failed.