Categorygithub.com/liran/http-server
modulepackage
1.0.1
Repository: https://github.com/liran/http-server.git
Documentation: pkg.go.dev

# README

http-server

An HTTP Server command tool that supports CORS.

USAGE

Download the commnand from releases assets.

examples:

# help
hs -h

# simple to use
hs

# change the port to 9000
hs -p 9000

# CORS processing is enabled by default and can be disabled manually
hs --cors=false

# open the browser automatically after the service starts
hs -o

# Packages

No description provided by the author