pub(super) fn encode_headers<T>( enc: Encode<'_, T::Outgoing>, dst: &mut Vec<u8>, ) -> Result<Encoder>where T: Http1Transaction,