fix: syntax highlighting
parent
945e21b6a4
commit
fb588667dc
|
@ -4016,7 +4016,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
|
||||||
|
|
Loading…
Reference in New Issue