Menu

Tree [0bec1c] master /
 History

HTTPS access


File Date Author Commit
 icon 2017-08-16 Ramazan Ayyildiz Ramazan Ayyildiz [0bec1c] Simple Http Server written in Golang (squash-co...
 vendor 2017-08-16 Ramazan Ayyildiz Ramazan Ayyildiz [0bec1c] Simple Http Server written in Golang (squash-co...
 .gitignore 2017-08-16 Ramazan Ayyildiz Ramazan Ayyildiz [0bec1c] Simple Http Server written in Golang (squash-co...
 .travis.yml 2017-08-16 Ramazan Ayyildiz Ramazan Ayyildiz [0bec1c] Simple Http Server written in Golang (squash-co...
 LICENSE 2017-08-16 Ramazan Ayyildiz Ramazan Ayyildiz [0bec1c] Simple Http Server written in Golang (squash-co...
 Makefile 2017-08-16 Ramazan AYYILDIZ Ramazan AYYILDIZ [1cc257] added makefile
 README.md 2017-08-16 Ramazan Ayyildiz Ramazan Ayyildiz [0bec1c] Simple Http Server written in Golang (squash-co...
 appveyor.yml 2017-08-16 Ramazan Ayyildiz Ramazan Ayyildiz [0bec1c] Simple Http Server written in Golang (squash-co...
 build_all.ps1 2017-08-16 Ramazan Ayyildiz Ramazan Ayyildiz [0bec1c] Simple Http Server written in Golang (squash-co...
 glide.lock 2017-08-16 Ramazan Ayyildiz Ramazan Ayyildiz [0bec1c] Simple Http Server written in Golang (squash-co...
 glide.yaml 2017-08-16 Ramazan Ayyildiz Ramazan Ayyildiz [0bec1c] Simple Http Server written in Golang (squash-co...
 main.go 2017-08-16 Ramazan Ayyildiz Ramazan Ayyildiz [0bec1c] Simple Http Server written in Golang (squash-co...

Read Me

Simple Http Server

Build Status
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 -directory=./static_folder Static Folder Path (Default .)
simple-http -port=8082 Port (Default 8082)
simple-http -directory=./static -port=8082 Start s simple http server for ./static folder via 8082 port

Credits

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.