Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support arbitrary URI schemes #11

Open
ngirard opened this issue Nov 1, 2020 · 0 comments
Open

Support arbitrary URI schemes #11

ngirard opened this issue Nov 1, 2020 · 0 comments

Comments

@ngirard
Copy link

ngirard commented Nov 1, 2020

The only supported protocols are currently http, https and tcp.

I need to be able to specify other URI schemes than http and https. For instance, I wish to be able to specify

weave '8088/id/(id)' to 'note://(id)'

This currently results in the following error

[2020-11-01T08:46:17Z ERROR weave] failed to parse routes: 'note://(id)' is not a valid destination location: note is not a supported protocol

Could this be implemented ?

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant