Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 385 Bytes

File metadata and controls

7 lines (4 loc) · 385 Bytes

Requests Python Tutorial

A Jupyter Notebook to learn and test the functionality of requests library in python for handling HTTP requests.

It is based on the documentation page by Kenneth Reitz on: http://docs.python-requests.org/en/master/user/quickstart/

HTTP requests such as GET, POST, PUT, DELETE, OPTIONS, HEAD have been used and response objects obtained have been studied.