This website works better with JavaScript.
Home
Explore
Help
Sign In
david.wurm
/
InternetServicesBook
mirror of
https://github.com/trimstray/the-book-of-secret-knowledge
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
minor fix in 'Static HTTP web server with SSL support'
- signed-off-by: trimstray <trimstray@gmail.com>
pull/94/head
trimstray
5 years ago
parent
ba85706022
commit
4925ff93dc
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
README.md
+ 0
- 1
README.md
View File
@@ -3286,7 +3286,6 @@ python -m SimpleHTTPServer 8000
from http.server import HTTPServer, BaseHTTPRequestHandler
import ssl
httpd = HTTPServer(('localhost', 4443), BaseHTTPRequestHandler)
httpd.socket = ssl.wrap_socket (httpd.socket,
Write
Preview
Loading…
Cancel
Save