The HTTP and FTP Protocols
Modules urllib and urllib2 are often the handiest ways to access servers for http, https, and ftp protocols. The Python standard library also supplies specific modules for these protocols. The protocols’ specifications are at http://www.ietf.org/rfc/rfc2616.txt, http://www.ietf.org/rfc/rfc2818.txt, and http://www.ietf.org/rfc/rfc959.txt.
The httplib Module
Module httplib supplies a class HTTPConnection to connect to an HTTP server.
HTTPConnection |
Returns an instance Instance |
close |
Closes the connection to the HTTP server. |
getresponse |
Returns an instance
|
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access