You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: