8000 GitHub - rayyildiz/simple-http: Simple Http Server written in Golang
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

rayyildiz/simple-http

Repository files navigation

Simple Http Server

Build Status Go Report Card

Starts a simple http server to serve static files. Default port is 8082 and default folder is . (current folder)

Checkout and build:

go get github.com/rayyildiz/simple-http
go install github.com/rayyildiz/simple-http

Usage

Parameter Description
simple-http -v Display version
simple-http -h Display usage
simple-http -folder=./static_folder Static Folder Path (Default .)
simple-http -port=8082 Port (Default 8082)
simple-http -folder=./static -port=8082 Start s simple http server for ./static folder via 8082 port

Credits

About

Simple Http Server written in Golang

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0