Open
Description
It would be nice to push the lower-level parts of converting Rust request / response types to / from whatever the HTTP client library needs to Ruma, which also has an implementation of this that doesn't directly interact with all the Rust SDK's configuration bits and such. With this, there would be a cleaner line between the opinionated API parts in here, and the very basic Matrix protocol interactions in Ruma.
Blocked on ruma/ruma-client#5, and possibly other Ruma improvements.