diff --git a/Doc/library/basehttpserver.rst b/Doc/library/basehttpserver.rst index c922d2f5355..64446f4dd42 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'``.