httpf

command module
v0.0.0-...-0685765 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 16, 2021 License: MIT Imports: 17 Imported by: 0

README

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!

$

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL