This commit is contained in:
0xflotus 2024-01-18 23:09:52 -06:00 committed by GitHub
commit 77a280b68c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4016,7 +4016,7 @@ python -m SimpleHTTPServer 8000
###### Static HTTP web server with SSL support
```bash
```py
# Python 3.x
from http.server import HTTPServer, BaseHTTPRequestHandler
import ssl