Serves a file over HTTP.
go get github.com/c2nes/httpf
$ cat test-file.txt
Hello, world!
$ httpf test-file.txt
http://192.168.119.44:59269/test-file.txt
$ curl -s http://192.168.119.44:59269/test-file.txt
Hello, world!
$
| Name | Name | Last commit date | ||
|---|---|---|---|---|