//! # faucet-sink-http
//!//! An HTTP POST sink connector that sends records to an HTTP endpoint,
//! either individually or as a JSON array batch.
pubmodconfig;pubmodserde_helpers;pubmodsink;pubusefaucet_core::{FaucetError, Sink};pubuseconfig::{HttpBatchMode, HttpSinkAuth, HttpSinkConfig};pubusesink::HttpSink;