Manipulating URLs with Boost.URL
Details
URLs! They're everywhere. You've tried extracting pieces from them with std::string methods and found it cumbersome. You tried parsing them with regular expressions and found them failing. You tried building them with string concatenation and found weird edge cases that required adding more and more complicated string processing.
How can something seem so simple yet be so complicated?
This month, Richard Thomson will give us a tutorial on building and decomposing URLs using the Boost.URL library.
This will be an online meeting, so drinks and snacks are on you!
Join the meeting here: https://meet.xmission.com/Utah-Cpp-Programmers
Watch previous topics on the Utah C++ Programmers YouTube channel:
https://www.youtube.com/@UtahCppProgrammers
Future topics: https://utahcpp.wordpress.com/future-meeting-topics/
Past topics: https://utahcpp.wordpress.com/past-meeting-topics/
