Add Cookie and cookielib to the proposed http package.
This commit is contained in:
parent
70cf069672
commit
11dc90069e
|
@ -550,6 +550,8 @@ httplib http.client
|
||||||
BaseHTTPServer http.server [2]_
|
BaseHTTPServer http.server [2]_
|
||||||
CGIHTTPServer http.server [2]_
|
CGIHTTPServer http.server [2]_
|
||||||
SimpleHTTPServer http.server [2]_
|
SimpleHTTPServer http.server [2]_
|
||||||
|
Cookie http.cookies
|
||||||
|
cookielib http.cookiejar
|
||||||
================= ===============================
|
================= ===============================
|
||||||
|
|
||||||
.. [2] The ``http.server`` module can combine the specified modules
|
.. [2] The ``http.server`` module can combine the specified modules
|
||||||
|
|
Loading…
Reference in New Issue