fn build_insert_body(logtable: &str, entries: &[Value]) -> StringExpand description
Builds the request body: an INSERT INTO <logtable> FORMAT JSONEachRow
statement followed by the newline-joined JSON entries (APISIX
send_http_data). Pure and network-free for testing.