Skip to content

Configless use

Alberto Ruiz edited this page Oct 27, 2025 · 2 revisions

Config-less use

Quick server

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).

Proxy

 hteapot --proxy

This will start a http/https proxy server in the port 8080

Clone this wiki locally