blob: a387a37ddd2af2a83944836350c95788cd93b09d [file] [log] [blame]
Georg Brandlfe7b00f2012-10-06 13:49:34 +02001:mod:`http` --- HTTP modules
2============================
3
4``http`` is a package that collects several modules for working with the
5HyperText Transfer Protocol:
6
7* :mod:`http.client` is a low-level HTTP protocol client; for high-level URL
8 opening use :mod:`urllib.request`
9* :mod:`http.server` contains basic HTTP server classes based on :mod:`socketserver`
10* :mod:`http.cookies` has utilities for implementing state management with cookies
11* :mod:`http.cookiejar` provides persistence of cookies