#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.
|
address.
|
||||||
|
|
||||||
|
|
||||||
|
.. attribute:: server
|
||||||
|
|
||||||
|
Contains the server instance.
|
||||||
|
|
||||||
|
|
||||||
.. attribute:: command
|
.. attribute:: command
|
||||||
|
|
||||||
Contains the command (request type). For example, ``'GET'``.
|
Contains the command (request type). For example, ``'GET'``.
|
||||||
|
|
Loading…
Reference in New Issue