Skip to content
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

[coro_http_client][feat]add user data #871

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

qicosmos
Copy link
Collaborator

Why

add user data for coro_http_request.

What is changing

Example

    auto user_data = req.get_user_data();
    auto val = std::any_cast<std::shared_ptr<int>>(user_data);
    CHECK(*val == 42);

Copy link

for detail, goto summary download Artifacts base-ylt-cov-report(base commit coverage report) and ylt-cov-report(current pull request coverage report)

Copy link

for detail, goto summary download Artifacts base-ylt-cov-report(base commit coverage report) and ylt-cov-report(current pull request coverage report)

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.

1 participant