https://github.com/sile/rofis
A read-only, puny HTTP file server
https://github.com/sile/rofis
file-server http-server rust
Last synced: 3 months ago
JSON representation
A read-only, puny HTTP file server
- Host: GitHub
- URL: https://github.com/sile/rofis
- Owner: sile
- License: mit
- Created: 2018-06-21T14:09:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T12:30:19.000Z (7 months ago)
- Last Synced: 2025-03-25T07:12:38.745Z (4 months ago)
- Topics: file-server, http-server, rust
- Language: Rust
- Size: 109 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rofis
=====[](https://crates.io/crates/rofis)
[](https://github.com/sile/rofis/actions)
A read-only, puny HTTP file server.
Install
-------```console
$ cargo install rofis
```Example
--------```console
$ rofis --daemonize
$ curl http://localhost:8080/README.md
```