This is a simple implementation of a Unix Domain Socket server providing an HTTP service. It was primarily developed for Org Web Track, an Emacs package that offers a data tracking framework in Org Mode. The following path in the HTTP GET request is supported.
- Getting remaining disk space for file system <fs>
/info/fs/avail?file=<fs>
- building the code
cargo build
- running the server
cargo run