Merge fb588667dc21082fe5eb03260eb0f4ca22a239b4 into 7d37069a361d3fd9f214480755f7969744e866fa

This commit is contained in:
0xflotus 2024-11-26 09:46:08 -05:00 committed by GitHub
commit d27c151c44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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