Skip to content

chore(volo-http): combine C/S Request and C/S Response types#534

Merged
yukiiiteru merged 1 commit intocloudwego:mainfrom
yukiiiteru:chore/request-response
Nov 16, 2024
Merged

chore(volo-http): combine C/S Request and C/S Response types#534
yukiiiteru merged 1 commit intocloudwego:mainfrom
yukiiiteru:chore/request-response

Conversation

@yukiiiteru
Copy link
Copy Markdown
Contributor

@yukiiiteru yukiiiteru commented Nov 14, 2024

Motivation

Since Body types of client and server have been combined, there is no need to split request/response into ClientXXX and ServerXXX.

Solution

Combine ClientRequest and ServerResquest to Request, ClientResponse and ServerResponse to Response.

To avoid too many breaking changes, the original types have not been removed but are marked as deprecated.

Since `Body` types of client and server have been combined, this
commit combine `ClientRequest` and `ServerResquest` to `Request`,
`ClientResponse` and `ServerResponse` to `Response`.

Signed-off-by: Yu Li <liyu.yukiteru@bytedance.com>
@yukiiiteru yukiiiteru requested review from a team as code owners November 14, 2024 08:00
@yukiiiteru yukiiiteru merged commit 2856932 into cloudwego:main Nov 16, 2024
@yukiiiteru yukiiiteru deleted the chore/request-response branch November 18, 2024 11:28
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.

2 participants