0xflotus
10 달 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
README.md
|
|
@@ -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 |
|
|
|