python http.server <port>

Arguments

NameDescription
portPort number

Options

NameDescription
-d, --directory <arg>Choose the directory to initiate the server from
-b, --bind <IP Address>Bind to a specific IP address
--cgiEnable the CGIHTTPRequestHandler