June 2015
Intermediate to advanced
320 pages
7h 18m
English
The Hypertext Transfer Protocol (HTTP) is probably the most widely-used application layer protocol. It was originally developed to allow academics to share HTML documents. Nowadays, it is used as the core protocol of innumerable applications across the Internet, and it is the principle protocol of the World Wide Web.
In this chapter, we will cover the following topics:
urllib packageRequests packageThe
urllib package is the recommended Python standard library package for HTTP tasks. The standard ...
Read now
Unlock full access