9/27/19

HTTP for software engineers: the basics you should know

A nice series of articles on HTTP for software engineers. It discusses the basics of HTTP from a software developer's perspective. A solid understanding of HTTP can help you write better web applications and web services. It can also help debug applications and services. All the basics including resources, messages, connections, and security as it relates to HTTP will be discussed.

The series include the following parts:

A Software Developer's Guide to HTTP Part I - Resources: https://odetocode.com/Articles/741.aspx
A Software Developer's Guide to HTTP Part II - Message: https://odetocode.com/Articles/742.aspx
A Software Developer's Guide to HTTP Part III–Connections: https://odetocode.com/Articles/743.aspx
A Software Developer's Guide to HTTP Part IV– Web Architecture: https://odetocode.com/Articles/744.aspx
A Software Developer's Guide to HTTP Part V– State & Security: https://odetocode.com/Articles/745.aspx

I've included these in my learning resources page as well.