February 2023
Intermediate to advanced
400 pages
9h 53m
English
This chapter covers
There is rarely a web service that doesn’t need to communicate with either third-party APIs or internally with other microservices. For this book, we are making HTTP requests to external APIs to demonstrate how that affects your codebase. It is up to you, after having a basic understanding of how to use HTTP crates in conjunction with Tokio, to find another crate able to talk the protocol of your choosing.
Use cases for sending HTTP requests can be as follows:
Shortening ...
Read now
Unlock full access