Skip to content

zhlicen/shs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

About

  • SHS is short for Simple HTTP Service
  • SHS can be used as an HTTP request debug tool or http service placeholder such as Redfish event subscription target.

Usage

Help:

shs -h
Usage of shs:
  -detail
        Show detail info
  -path string
        Service path (default "/")
  -port int
        Port for listen. (default 80)

Example:

shs -path "/test" -port 8080 -detail false