handler

command module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2023 License: MIT Imports: 3 Imported by: 0

README

Handler

Provides simple HTTP file server

Installation

go install git.thirdage.dev/night/handler@latest

Examples

Calling without any arguments defaults to serving ./ at 0.0.0.0:8080

./handler
Changing default settings
  • a sets ip address
  • p sets port
  • d sets directory to serve
./handler -a 127.0.0.1 -p 3000 -d ./foo/bar

Documentation

Overview

Project: Handler

Purpose: Provide simple HTTP file server

Author: Caleb Vorderbruggen <calebvorderbruggen@thirdage.dev>

Jump to

Keyboard shortcuts

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