diff options
Diffstat (limited to 'Doc/library/basehttpserver.rst')
-rw-r--r-- | Doc/library/basehttpserver.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/basehttpserver.rst b/Doc/library/basehttpserver.rst index c922d2f..64446f4 100644 --- a/Doc/library/basehttpserver.rst +++ b/Doc/library/basehttpserver.rst @@ -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'``. |