The http package

In this section, we are going to learn about the http package. The http package has four modules:

  • http.client: This is a low-level HTTP protocol client
  • http.server: This contains basic HTTP server classes
  • http.cookies: This is used for implementing state management with cookies
  • http.cookiejar: This module provides cookie persistence

In this section, we are going to learn about the http.client and http.server modules.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset