allow transparent response mirroring
Previously, mirroring reqwest
response required our work to bypass Send
and Sync
markers. Now it is done automatically by the compiler.
Previously, mirroring reqwest
response required our work to bypass Send
and Sync
markers. Now it is done automatically by the compiler.