This specifies the protocol — Hypertext Transfer Protocol Secure. Unlike HTTP, HTTPS encrypts traffic between your browser and the server. On localhost (your own computer), HTTPS is often set up with self-signed certificates for testing web applications that require secure contexts (e.g., accessing geolocation, service workers, or HTTP/2).
python3 -m http.server 11501