wrap-cli icon indicating copy to clipboard operation
wrap-cli copied to clipboard

Implement HTTP(S) URI Resolver

Open dOrgJelli opened this issue 3 years ago • 1 comments

If wrappers are being hosted on a central server, addressable using a DNS based domain through HTTP(S), we should support querying them through a new URI resolver + authority.

For example, users could query a wrapper like so:

client.invoke({
  uri: "https/wrappers.domain.com/some-wrapper",
  ...
})

dOrgJelli avatar Jan 27 '22 00:01 dOrgJelli

For reference, see this mini-hack where wrappers are being hosted at an HTTP endpoint: https://github.com/polywrap/mini-hacks/issues/23

dOrgJelli avatar Jan 27 '22 00:01 dOrgJelli