-
Notifications
You must be signed in to change notification settings - Fork 58
feat: decode free functions #952
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
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. 2025-11-12 22:39:34 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: 2025-11-12 22:57:15 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 |
fix #947