c++ - How to fix error :url_decode, base64_encode are not a member of ‘pion::http::types’? -


i building application pion 5.0.6. libraries. file contains pion-net 2.2.12 functions url_decode , url_encode, base64_encode.these functions not defined in new version pion 5.0.6. can replace in place of these function calls.

 error getting:  error: ‘url_decode’ not member of ‘pion::http::types’  return pion::http::types::url_decode(crs); 


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -