This application allows you to mount a HTTP-resource like a file.
This application relies on a working FUSE-installation.
If you want to build the application, you'll also need libselect which is required for network-operations.
Own libraries:
Foreign libraries (for licenses see "src/licenses.txt"):
- fuse
- libc
- time
To build the documentation, go into the projects root-directory and run cargo doc --release; to open the documentation
in your web-browser, run cargo doc --open.
To build the library, go into the projects root-directory and run cargo build --release; you can find the build in
target/release.
Build and Install using Homebrew
I provide a custom homebrew-formula ("kc-httpfs") in my cask.
To install this application verify that you have a working FUSE-installation (you can install OSXFUSE with
brew cask install osxfuse). Then add my cask to your homebrew-installation using brew tap KizzyCode/formulas and
install it using brew install --HEAD kc-httpfs (this will install the binary in "/usr/local/bin")