HTTP Requests with HTTPX: Introduction
Experience making and processing HTTP requests using HTTPX will help you integrate such requests into your web applications. In this entirely hands-on course youll dive into the mechanics of HTTP requests and responses using the HTTPX library. Youll begin by invoking basic GET requests to request data from a remote server. Youll then explore the different possible forms of responses – ranging from HTML content and structured JSON data to binary data such as images and videos. Moving on youll learn to use POST requests to submit information to a remote server. Lastly youll cover a host of other HTTP requests that can be invoked with HTTPX namely HEAD requests to retrieve headers OPTIONS requests to get communication information PUT requests to create or update resources and DELETE requests to remove them.