rust-ipfs/http
Joonas Koivunen 89354e7075 fix: version to contain all fields for tests
incl. additional fields for rust-ipfs-api.
2020-03-22 17:48:43 -03:00
..
src fix: version to contain all fields for tests 2020-03-22 17:48:43 -03:00
build.rs feat: rsa keygen using openssl with compat storage 2020-03-12 16:30:36 +02:00
Cargo.toml refactor: rename rust-ipfs-http to ipfs-http 2020-03-17 11:14:03 +02:00
README.md add: README for http 2020-03-17 11:14:03 +02:00

ipfs-http crate

HTTP api on top of ipfs crate. The end binary has some rudimentary ipfs CLI functionality but mostly in the aim of testing the rust-ipfs via:

HTTP specs:

Status: Pre-alpha, most of the functionality is missing or 501 Not Implemented. See the repository level README for more information.