Making HTTP Requests With Python

Making HTTP Requests With Python

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 0h 49m | 211 MB

The requests library is the de facto standard for making HTTP requests in Python. It abstracts the complexities of making requests behind a beautiful, simple API so that you can focus on interacting with services and consuming data in your application.

Throughout this course, you’ll see some of the most useful features that requests has to offer as well as how to customize and optimize those features for different situations you may come across. You’ll also learn how to use requests in an efficient way as well as how to prevent requests to external services from slowing down your application.

Table of Contents

1 Gettting Started
2 The GET Request
3 Responses – Status Codes
4 Responses – Content and Headers
5 Section 1 Wrapup
6 Query String Parameters
7 Request Headers
8 Other HTTP Methods
9 Message Body
10 Inspecting Request
11 Section 2 Wrap
12 Authentication
13 SSL Certificate
14 Timeouts
15 Session Object
16 Max Retries
17 Conclusion