Serve current directory via HTTP.
Go to file
Yiyang Kang 3de36408e2
build: update dependencies
2024-10-04 22:01:39 +09:00
.gitignore initial commit 2023-03-04 16:28:13 +08:00
Makefile build: update makefile 2023-03-04 16:54:13 +08:00
README.md fix: OOM on large file 2023-03-12 20:45:27 +08:00
go.mod build: update dependencies 2024-10-04 22:01:39 +09:00
go.sum build: update dependencies 2024-10-04 22:01:39 +09:00
main.go feat: support byte range 2023-04-12 02:22:32 +08:00

README.md

httpserve

A very simple HTTP server that might come in handy from time to time.

The only thing it does is serve static files in the current directory.

Usage

httpserve [port_number]

The default port number is 8080.

Warning: Unencrypted

Do not share sensitive content over untrusted networks.