The denokv remote interface currently requires a specific, older version of reqwest that makes it difficult for consumers to integrate. This PR introduces a RemoteTransport and RemoteResponse trait that allow for embedders to implement this remote over any sort of HTTP transport.
The
denokv
remote interface currently requires a specific, older version ofreqwest
that makes it difficult for consumers to integrate. This PR introduces aRemoteTransport
andRemoteResponse
trait that allow for embedders to implement this remote over any sort of HTTP transport.