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'm using several other crates that are meant to interoperate with the types provided by the http crate, which makes using them with crux_http difficult. Using the semi-standard Response/Request/etc. types from the http crate in crux would rectify that. Alternatively, Into/From implementations could provide a good enough experience via conversions (ideally non-copying).