Skip to content

refactor: use the transfer algorithms and source/sink types from http#38

Open
mvandeberg wants to merge 1 commit into
cppalliance:developfrom
mvandeberg:pr/use-http-transfer-algos
Open

refactor: use the transfer algorithms and source/sink types from http#38
mvandeberg wants to merge 1 commit into
cppalliance:developfrom
mvandeberg:pr/use-http-transfer-algos

Conversation

@mvandeberg

Copy link
Copy Markdown
Contributor

push_to and the source/sink type-erased wrappers (any_buffer_source, any_buffer_sink, any_read_source) plus the BufferSource concept moved from capy to boost.http. Point burl's includes and qualifications at their new home: <boost/http/io/...>, <boost/http/concept/buffer_source.hpp>, and http:: instead of capy:: for those symbols.

…t.http

push_to and the source/sink type-erased wrappers (any_buffer_source,
any_buffer_sink, any_read_source) plus the BufferSource concept moved from
capy to boost.http. Point burl's includes and qualifications at their new
home: <boost/http/io/...>, <boost/http/concept/buffer_source.hpp>, and
http:: instead of capy:: for those symbols.
@cppalliance-bot

Copy link
Copy Markdown

An automated preview of the documentation is available at https://38.burl.prtest3.cppalliance.org/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2026-07-23 19:11:26 UTC

@codecov

codecov Bot commented Jul 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.10%. Comparing base (490dcbf) to head (e6fd928).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #38   +/-   ##
========================================
  Coverage    98.10%   98.10%           
========================================
  Files           39       39           
  Lines         1639     1639           
========================================
  Hits          1608     1608           
  Misses          31       31           
Flag Coverage Δ
linux 98.10% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
include/boost/burl/any_request_body.hpp 100.00% <100.00%> (ø)
include/boost/burl/detail/parser.hpp 100.00% <ø> (ø)
include/boost/burl/response.hpp 100.00% <ø> (ø)
src/client.cpp 100.00% <ø> (ø)
src/detail/send_file.cpp 100.00% <ø> (ø)
src/file.cpp 100.00% <100.00%> (ø)
src/json.cpp 100.00% <100.00%> (ø)
src/multipart_form.cpp 98.76% <100.00%> (ø)
src/response.cpp 97.29% <100.00%> (ø)
src/string.cpp 100.00% <100.00%> (ø)
... and 1 more

Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 490dcbf...e6fd928. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants