...

/

A Browser for Developers

A Browser for Developers

In this lesson, we'll get an introduction to 'cURL', the browser for developers.

By now, we should understand the simple but important concept that browsers are simply HTTP clients built for the average web surfer.

They are more powerful than a platform’s bare HTTP client (think of NodeJS’s require('http'), for example), but at the end of the day, they’re just a natural evolution of simpler HTTP clients.

Introducing cURL

As developers, our HTTP client of choice is usually ...