Skip to content

c2nes/httpf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

httpf

Serves a file over HTTP.

Installation

go get github.com/c2nes/httpf

Usage

$ 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!

$

About

Simple HTTP single-file server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages