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

chore(volo-http): unwrap request and response #319

Merged
merged 3 commits into from
Jan 8, 2024

Conversation

wfly1998
Copy link
Member

@wfly1998 wfly1998 commented Jan 8, 2024

Motivation

The original Request and Response are wrappers of http::Request and http::Response. With the wrapper, it is not easy to use.

Solution

Remove the wrappers for Request and Response, this is a breaking change but most users will not be affected.

Signed-off-by: Yu Li <liyu.yukiteru@bytedance.com>
Signed-off-by: Yu Li <liyu.yukiteru@bytedance.com>
Signed-off-by: Yu Li <liyu.yukiteru@bytedance.com>
@wfly1998 wfly1998 requested review from a team as code owners January 8, 2024 04:17
@wfly1998 wfly1998 merged commit 6a3aaad into cloudwego:main Jan 8, 2024
17 checks passed
@wfly1998 wfly1998 deleted the chore/response branch January 8, 2024 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants