This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author LambertDW
Recipients LambertDW, georg.brandl
Date 2010-03-23.23:20:34
SpamBayes Score 0.5050974
Marked as misclassified No
Message-id <1269386436.19.0.823512367997.issue8217@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/py3k/howto/webservers.html

The low-level view

When a user enters a web site, his browser makes a connection to the site’s webserver (this is called the request). The server looks up the file in the file system and sends it back to the user’s browser, which displays it (this is the response). This is roughly how the unterlying protocol, HTTP works.
History
Date User Action Args
2010-03-23 23:20:36LambertDWsetrecipients: + LambertDW, georg.brandl
2010-03-23 23:20:36LambertDWsetmessageid: <1269386436.19.0.823512367997.issue8217@psf.upfronthosting.co.za>
2010-03-23 23:20:34LambertDWlinkissue8217 messages
2010-03-23 23:20:34LambertDWcreate