http-server

Usage: nsd http-server [-hV] [--[no-]console] [--http-host=<httpHost>] [--http-port=<httpPort>] [--http-server-shutdown-timeout=<timeout>] [--open=<uriToOpen>] Serves HTTP routes --[no-]console If true, starts a console and waits for the exit command, otherwise creates a shutdown hook disposing the server -h, --help Show this help message and exit. --http-host=<httpHost> HTTP host (network interface) to bind to --http-port=<httpPort> HTTP port. If a port is not specified, an ephemeral port is used --http-server-shutdown-timeout=<timeout> Timeout in seconds, defaults to 3 seconds --open=<uriToOpen> Opens provided URI in the system browser the URI is resolved relative to http://localhost:<port>/ -V, --version Print version information and exit.