Hi there,
AppEngine supports async url fetches, would it be possible to plug in an implementation of HttpTransport that uses the async URL fetch?
It seems like even if I could, there would be no benefit because for the rest of the library to work you'd have to resolve the future right away. Any ideas?