#3730: mention "server" attribute explicitly.

This commit is contained in:
Georg Brandl 2008-08-30 09:49:36 +00:00
parent dcde494114
commit cff0b46edc
1 changed files with 5 additions and 0 deletions

View File

@ -68,6 +68,11 @@ to a handler. Code to create and run the server looks like this::
address.
.. attribute:: server
Contains the server instance.
.. attribute:: command
Contains the command (request type). For example, ``'GET'``.