pub fn encode_http_queue_request<T: Serialize>( encoding: EncodingKind, name: &str, body: &T, wait: bool, timeout: Option<u64>, ) -> Result<Vec<u8>>