Introduction
Dealing with HTTP requests is not an easy task in any programming language. If we talk about Python, it comes with two built-in modules, urllib
and urllib2
, to handle HTTP related operation. Both modules come with a different set of functionalities and many times they need to be used