-
Notifications
You must be signed in to change notification settings - Fork 111
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
Encoding urls with http/https #28
Comments
Yeah we want to be able to encode http in multiaddr. We had some work on websocket addresses, @whyrusleeping can you point to it here? We can do http addrs like:
|
We should have a discussion about defining |
@cpacia you seem to imply this was working:
since there has been no activity on multiformats/multiaddr#63, i was wondering if you could explain what you meant? specifically, I'm trying to use if anyone else could provide any pointers it would be much appreciated as well! |
…actions Consolidate abstractions and core types into go-libp2p-core (multiformats#28)
I don't know if I'm missing something but is there a way to use the http/https codes to encode a url?
ex) dropbox.com/asdf/
I can use the
AddProtocol
function but it can't parse added protocols with a non zero length.I'm able to hack around it but using
/ipfs/<encoded url>/https/
but that seems a bit ugly.The text was updated successfully, but these errors were encountered: