Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-576541.py
File
recipe-576541.py
recipes/Python/576541_Very_Simple_HTTP__Web_Server/recipe-576541.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# Very Very Simple Web Server
2
# This can be used to demonstrate how HTTP works!!
3
# TO DO
4
# create a simple html file
Callers
nothing calls this directly
Calls
9
open
Function · 0.50
bind
Method · 0.45
listen
Method · 0.45
accept
Method · 0.45
recv
Method · 0.45
find
Method · 0.45
read
Method · 0.45
close
Method · 0.45
send
Method · 0.45
Tested by
no test coverage detected