https://github.com/polywrap/uri-resolver-extensions
https://github.com/polywrap/uri-resolver-extensions
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/polywrap/uri-resolver-extensions
- Owner: polywrap
- Created: 2022-11-18T01:05:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-04T13:24:42.000Z (almost 3 years ago)
- Last Synced: 2025-06-10T09:44:06.068Z (about 1 year ago)
- Language: TypeScript
- Size: 1.27 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# URI Resolver Wraps
URI resolver wraps are used to extend the built-in resolution capabilities of a Polywrap client. Resolvers are added to the client through its configuration. How to do this will vary based on the client's implementation, please see the [client-readiness repo](https://github.com/search?q=repo%3Apolywrap%2Fclient-readiness+path%3A%2F%28%5E%7C%5C%2F%29config_resolver_ext%5C..*%24%2F&type=code) to see how each client supports this.
Table Of Contents
1. [URI Resolver Interface](./interface/README.md)
2. [URI Resolver Implementations](./implementations)