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

serde Serialize impl for HttpRequest and HttpResponse? #294

Open
anderspitman opened this issue Nov 26, 2024 · 0 comments
Open

serde Serialize impl for HttpRequest and HttpResponse? #294

anderspitman opened this issue Nov 26, 2024 · 0 comments

Comments

@anderspitman
Copy link

I needed to redefine my own types in order to serialize my requests and responses, even though the functionality is essentially equivalent. I'd like to remove this duplication if possible.

When I investigated, I noticed that it looks like these types are being replaced with upstream types from the http crate? Is it possible to serialize those types?

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

No branches or pull requests

1 participant