vma / httpfs

simple go http file server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

httpfs is a simple http static file server utility.

Installation

Installation can be done as usual:

$ go get github.com/vma/httpfs

Usage

$ httpfs [ -p port ] [ -d directory ]

Default port is 8080 and default directory, .

About

simple go http file server

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 100.0%