Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 487 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 487 Bytes

simpleHTTPS

Like python -m simpleHTTPServer, but with HTTPS and HTTP 2.0 (SPDY) :D

  simpleHTTPS [OPTIONS] [PATH]

Application Options:
  -v, --verbose    Show verbose debug information
      --hostname=  Hostname to use for the cert
  -i, --interface= Interface (as IP) to bind to (0.0.0.0)
  -p, --port=      Port to bind to (8443)

Help Options:
  -h, --help       Show this help message

Arguments:
  PATH:            Path to directory you want to serve```