Do a simple web framework

wsgiref server is generally not used

environ packaged objects, a dictionary

setting response header start_response

return member returns a response

httped.serve_forever start listening for HTTP requests

environ [ "PATH_INFO"] may request the body

return [function] route distribution

Guess you like

Origin www.cnblogs.com/jintian/p/11129672.html