mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
#3730: mention "server" attribute explicitly.
This commit is contained in:
parent
dcde494114
commit
cff0b46edc
1 changed files with 5 additions and 0 deletions
|
|
@ -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'``.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue