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.