Skip to content

itang/gohttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gohttp: go simple http server

Golang implementation replace "python -m SimpleHTTPServer"

Usage

$ go get -u github.com/itang/gohttp
$ go install github.com/itang/gohttp/gohttp

$ gohttp --help

$ gohttp
Serving HTTP on 192.168.1.103 port 8080 from "/home/itang/workspace/work" ...

$ gohttp -d=/home -p=9000
Serving HTTP on 192.168.1.128 port 9000 from "/home" ...

License

Distributed under the Apache License Version 2.0.

About

Alternatives for “python -m SimpleHTTPServer”, using golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages