threefoldtech / rfs

A fuse filesystem in rust
Apache License 2.0
1 stars 1 forks source link

Add HTTP store for fetching data using HTTP requests #65

Closed AbdelrahmanElawady closed 3 days ago

AbdelrahmanElawady commented 1 month ago

Description

Add HTTP store for fetching data using HTTP requests. HTTP store only supports fetching data and can be tested using python HTTP server: python3 -m http.server 9000 --directory .

To add HTTP routes to FL file. You can use rfs config or just insert the route directly into FL database.