Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/higlass/simple-httpfs


https://github.com/higlass/simple-httpfs

Last synced: 15 days ago
JSON representation

Lists

README

        

# simple-httpfs

A simple FUSE-based http file system. Read http files as if they were on
the local filesystem.

## Usage

```
simple-http /my/mount/dir
curl /my/mount/dir/http/slashdot.org/country.js..
```

URLs are referenced relative to the mount directory and suffixed with `..` in
the style of [Daniel Rozenbergs
httpfs](https://github.com/danielrozenberg/httpfs).

## Unmounting

```
umount /my/mount/dir
```