https://github.com/flexd/servelast
Serves the last-modified file in a directory over HTTP
https://github.com/flexd/servelast
Last synced: about 1 year ago
JSON representation
Serves the last-modified file in a directory over HTTP
- Host: GitHub
- URL: https://github.com/flexd/servelast
- Owner: flexd
- License: mit
- Created: 2015-01-17T19:22:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-18T09:52:40.000Z (over 11 years ago)
- Last Synced: 2025-02-04T16:18:37.391Z (over 1 year ago)
- Language: Go
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
servelast
=========
Serves the newest file in `basepath` or any subdirectory, updated every 5 seconds.
Might not be the best idea to use on huge directories, I have not tested it.
`basepath` specified via `-basepath` argument
Filename is passed as the HTTP header `X-Filename`