multiformats / rust-multiaddr

multiaddr implementation in rust
https://crates.io/crates/multiaddr
Other
86 stars 45 forks source link

Implement http-path protocol #115

Open Zollerboy1 opened 1 week ago

Zollerboy1 commented 1 week 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.