Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

feat(file-server): setup an HTTP file server to make it easy to work with files #1

Merged
merged 7 commits into from
Sep 28, 2021

Conversation

mjpitz
Copy link
Owner

@mjpitz mjpitz commented Sep 19, 2021

Go's out of box http.FileServer allows us to serve file content efficiently over HTTP. It supports range requests and If-Modified-Since semantics. This glues together the http.FileServer API and the the underlying dataset and block APIs.

@mjpitz mjpitz merged commit 2cf267e into main Sep 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant