21.11. http — HTTP modules¶
http is a package that collects several modules for working with the
HyperText Transfer Protocol:
http.clientis a low-level HTTP protocol client; for high-level URL opening useurllib.requesthttp.servercontains basic HTTP server classes based onsocketserverhttp.cookieshas utilities for implementing state management with cookieshttp.cookiejarprovides persistence of cookies
