The HTTP Request-Response exchange is at the heart of API calls.
Here’s a quick way to see that in action with the command ‘http’:
http -v https://api.chucknorris.io/jokes/random
The http command is provided by the package 📦httpie.

The HTTP Request-Response exchange is at the heart of API calls.
Here’s a quick way to see that in action with the command ‘http’:
http -v https://api.chucknorris.io/jokes/random
The http command is provided by the package 📦httpie.
