multiformats / rust-multiaddr

multiaddr implementation in rust
https://crates.io/crates/multiaddr
Other
88 stars 47 forks source link

Implement http-path protocol #115

Closed Zollerboy1 closed 1 month ago

Zollerboy1 commented 2 months ago

Because my last PR took so long until it was merged, I overlooked that the http-path protocol had been standardized in the meantime.

This PR adds this protocol and thus creates feature parity with the Go implementation.

jxs commented 1 month ago

can you pull latest master please?