HTTP Requests with HTTPX: Introduction

Jupyter    |    Beginner
  • 12 videos | 1h 23m 38s
  • Includes Assessment
  • Earns a Badge
Rating 3.8 of 5 users Rating 3.8 of 5 users (5)
Experience making and processing HTTP requests using HTTPX will help you integrate such requests into your web applications. In this entirely hands-on course, you'll dive into the mechanics of HTTP requests and responses using the HTTPX library. You'll begin by invoking basic GET requests to request data from a remote server. You'll 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, you'll learn to use POST requests to submit information to a remote server. Lastly, you'll 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.

WHAT YOU WILL LEARN

  • Discover the key concepts covered in this course
    Install the latest available version of httpx on your system
    Make basic get request calls using httpx and examine the response objects that are returned
    Identify the different forms of responses that may be contained within an httpx response object
    Submit http get requests with one or more parameters using httpx
    Extract useful information from different forms of httpx response objects
  • Retrieve and work with binary data, such as images using httpx
    Submit data to a remote server using a post request with httpx
    Define and submit a post request containing json and binary data
    Retrieve information about a remote resource using a head request
    Recognize the different types of http requests that can be invoked with httpx and describe the use cases for each of them
    Summarize the key concepts covered in this course

IN THIS COURSE

  • 2m 46s
  • 6m 22s
    In this video, you will learn how to install HTTPX on your system. FREE ACCESS
  • Locked
    3.  Making HTTP GET Requests Using HTTPX
    8m 54s
    In this video, find out how to make basic GET request calls using HTTPX and examine the Response objects that are returned. FREE ACCESS
  • Locked
    4.  Parsing JSON Responses
    7m 3s
    In this video, you will learn how to identify the different forms of responses that may be contained within an HTTP Response object. FREE ACCESS
  • Locked
    5.  Passing Parameters in a GET Request
    9m 56s
    During this video, you will learn how to submit HTTP GET requests with one or more parameters using HTTPX. FREE ACCESS
  • Locked
    6.  Parsing HTTP Response Objects
    8m 2s
    During this video, you will learn how to extract useful information from different forms of HTTP Response objects. FREE ACCESS
  • Locked
    7.  Handling Binary Responses
    7m 54s
    In this video, you will learn how to retrieve and work with binary data, such as images, using HTTPX. FREE ACCESS
  • Locked
    8.  Using HTTP POST Requests with HTTPX
    8m 15s
    Learn how to submit data to a remote server using a POST request with HTTPX. FREE ACCESS
  • Locked
    9.  Submitting Multiple Parameters in a POST request
    4m 43s
    Learn how to define and submit a POST request containing JSON and binary data. FREE ACCESS
  • Locked
    10.  Using HTTP HEAD Requests with HTTPX
    9m 4s
    In this video, learn how to retrieve information about a remote resource using a HEAD request. FREE ACCESS
  • Locked
    11.  Using OPTIONS, PUT, and DELETE Requests with HTTPX
    8m 42s
    Upon completion of this video, you will be able to recognize the different types of HTTP requests that can be invoked with HTTPX and describe the use cases for each of them. FREE ACCESS
  • Locked
    12.  Course Summary
    1m 57s

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 4.4 of 773 users Rating 4.4 of 773 users (773)
Rating 4.7 of 100 users Rating 4.7 of 100 users (100)
Rating 4.2 of 17 users Rating 4.2 of 17 users (17)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.5 of 22 users Rating 4.5 of 22 users (22)
Rating 4.1 of 7 users Rating 4.1 of 7 users (7)
Rating 4.6 of 54 users Rating 4.6 of 54 users (54)