pub fn read_protocol_v2_stateless_rpc_payload_frames(
reader: &mut impl Read,
) -> Result<Vec<PktLineFrame>>Expand description
Read the payload section of a stateless smart-HTTP v2 RPC response, skipping a leading capability advertisement when the server includes one before the command result.