mirror of https://github.com/python/cpython
#3730: mention "server" attribute explicitly.
This commit is contained in:
parent
dcde494114
commit
cff0b46edc
|
@ -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…
Reference in New Issue