A basic understanding of HTTP is essential if you're going to be successful when building Web APIs. In this video, we'll quickly talk about what HTTP is, the structure of the HTTP messages, and how the protocol allows us to exchange data between systems.
Useful Links
* RFC 2616 - https://tools.ietf.org/html/rfc2616
* ASP.NET Core documentation - https://docs.microsoft.com/aspnet/core?WT.mc_id=beginwebapis-c9-cephilli
Downloads
* Download Visual Studio Code: https://aka.ms/webapis/vscode
* Download .NET: https://aka.ms/webapis/dotnet
* Download Visual Studio 2019: https://aka.ms/webapis/visualstudio
