doc: fix json_body example entry in examples table#3089
Open
ssam18 wants to merge 3 commits intoboostorg:developfrom
Open
doc: fix json_body example entry in examples table#3089ssam18 wants to merge 3 commits intoboostorg:developfrom
ssam18 wants to merge 3 commits intoboostorg:developfrom
Conversation
Add missing json_body.hpp link alongside json_client.cpp in the HTTP clients table, and add the empty SSL column placeholder to keep the row consistent with the rest of the table.
|
An automated preview of the documentation is available at https://3089.beast.prtest.cppalliance.org/libs/beast/doc/html/index.html If more commits are pushed to the pull request, the docs will rebuild at the same URL. 2026-04-02 22:02:28 UTC |
libs/regex depends on libs/static_assert via Boost.Build, but it was missing from the Windows CI submodule checkout, causing all MSVC builds to fail with 'could not resolve project reference /boost/static_assert'.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #3089 +/- ##
===========================================
- Coverage 93.29% 93.26% -0.03%
===========================================
Files 177 177
Lines 13742 13742
===========================================
- Hits 12821 12817 -4
- Misses 921 925 +4 see 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Author
|
Can someone take a look into this PR? |
Shell scripts under tools/ are CI helpers and should not count toward code coverage metrics.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The json_body example row in the HTTP clients table was missing a link to
json_body.hpp, which is the actual file that defines the custom body type and is the main point of the example. Also added the missing empty SSL column placeholder[]to match the structure of every other row in the table.