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: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/higlass/simple-httpfs
- Owner: higlass
- License: mit
- Created: 2018-12-20T05:33:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T22:35:37.000Z (11 months ago)
- Last Synced: 2024-04-24T11:05:25.796Z (7 months ago)
- Language: Python
- Size: 85.9 KB
- Stars: 36
- Watchers: 3
- Forks: 11
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
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
```