This lesson is a quick recap of the topics covered in the last three lessons. This includes how to install and import requests
, how to send a simple HTTP GET request as well as how to access the content and the headers of the response.
Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please see our video player troubleshooting guide to resolve the issue.
Section 1 Recap & Review
00:00
This marks the end of Section 1. So far, we’ve talked about getting started with requests
by installing it and then performing our very first request after importing the requests
package.
00:13
Then, we talked about our first HTTP method, the GET
request. From there, we dove into the response and status codes, and then talked about the content that comes back from your GET
request. Next up in Section 2, we’ll be talking about query string parameters, request headers, other HTTP methods, the message body, and then inspecting the request itself.
Become a Member to join the conversation.