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): combine C/S Request and C/S Response types #534

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yukiiiteru
Copy link
Member

@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 <[email protected]>
@yukiiiteru yukiiiteru requested review from a team as code owners November 14, 2024 08:00
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.

1 participant