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.