rust-ipfs/http
2020-10-23 13:38:01 +02:00
..
src fix(http): plan for future support of multiple profiles 2020-10-23 13:38:01 +02:00
build.rs feat: rsa keygen using openssl with compat storage 2020-03-12 16:30:36 +02:00
Cargo.toml fix: remove the direct hyper dep from http 2020-09-18 11:02:04 +02:00
README.md doc: add http/README.md vision stmt 2020-09-23 12:24:11 +03: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:

The vision for this crate is to eventually provide warp filters and async methods suitable to providing the Ipfs HTTP API in other applications as well instead of having to write application specific debug and introspection APIs.

HTTP specs:

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