HTTP server (http.server)
The HTTP server enables lightweight web serving files or handling requests.
Available Commands
http.server
- Description: Start or stop the HTTP server. Usage: http.server on|off
Parameters
http.server.address
- Description:IP address where the HTTP server will bind. Default: 127.0.0.1
http.server.path
- Description: Path to the content directory served by the HTTP server. Default: (empty)
http.server.port
- Description: Port number where the HTTP server will bind. Default: 80