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
In the context of smithy-rs generated service, we are unable to access the HTTP extensions (in our case for the request). The reason is because the generated service is Hyper based and uses the default HTTP body instead of the body used by this repository.
Is it possible to make a trait that works for both bodies, please? That way we can access the extension without a problem.