Popular recipes by Joe B. Lewis http://code.activestate.com/recipes/users/4182556/2012-06-22T22:46:56-07:00ActiveState Code RecipesA Simple HTTP Web Server (Python)
2012-06-22T22:46:56-07:00Joe B. Lewishttp://code.activestate.com/recipes/users/4182556/http://code.activestate.com/recipes/578172-a-simple-http-web-server/
<p style="color: grey">
Python
recipe 578172
by <a href="/recipes/users/4182556/">Joe B. Lewis</a>
(<a href="/recipes/tags/httpserver/">httpserver</a>, <a href="/recipes/tags/webserver/">webserver</a>).
</p>
<p>A Simple python script that acts as a web server, and handles requests</p>