python http.server <command>
Arguments
Name | Description |
---|---|
command | Port number |
Options
Name | Description |
---|---|
-d,--directory <command> | Choose the directory to initiate the server from |
-b,--bind <command> | Bind to a specific IP address |
--cgi | Enable the CGIHTTPRequestHandler |