-
Notifications
You must be signed in to change notification settings - Fork 6
Configless use
Alberto Ruiz edited this page Oct 27, 2025
·
2 revisions
You can quickly serve a folder (or a single file) without any configuration:
hteapot -s <path>or
hteapot --serve <path>This command starts a simple HTTP server on port 8080, serving the contents of the given folder (or the specified file if a file path is provided).
hteapot --proxyThis will start a http/https proxy server in the port 8080