Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages