feat: decode free functions - #952
Conversation
|
An automated preview of the documentation is available at https://952.url.prtest2.cppalliance.org/index.html If more commits are pushed to the pull request, the docs will rebuild at the same URL. 2026-01-19 19:16:12 UTC |
811954a to
24937d3
Compare
|
you might have pulled the trigger a little too quickly on this. look at how beast2 is using percent-decoding: (I plan on refactoring to StringToken to re-use strings) |
Don't we already have a string token for that? https://952.url.prtest2.cppalliance.org/url/reference/boost/urls/string_token/assign_to.html |
|
GCOVR code coverage report https://952.url.prtest2.cppalliance.org/gcovr/index.html Build time: 2025-11-12 22:45:52 UTC |
|
GCOVR code coverage report https://952.url.prtest2.cppalliance.org/gcovr/index.html Build time: 2026-01-19 19:21:41 UTC |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #952 +/- ##
========================================
Coverage 99.21% 99.21%
========================================
Files 159 160 +1
Lines 8684 8708 +24
========================================
+ Hits 8616 8640 +24
Misses 68 68
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
I mean that I will change my code to use a StringToken api |
24937d3 to
01260f1
Compare
fix #947