https://github.com/holedaemon/fileserver
A modified version of Go's net/http FileServer.
https://github.com/holedaemon/fileserver
Last synced: about 2 months ago
JSON representation
A modified version of Go's net/http FileServer.
- Host: GitHub
- URL: https://github.com/holedaemon/fileserver
- Owner: holedaemon
- License: bsd-3-clause
- Created: 2024-08-23T20:35:21.000Z (9 months ago)
- Default Branch: trunk
- Last Pushed: 2024-08-28T13:52:53.000Z (9 months ago)
- Last Synced: 2025-02-13T17:29:27.332Z (3 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fileserver
A modified version of the `FileServer()` handler found in [Go's](https://go.dev) `net/http` stdlib. Allows users to customize the resulting markup that's served when browsing a directory.
# LICENSE
(BSD)[LICENSE]