Grokking HTTP

Comments

Comments are closed.

This was a very informative presentation. Being relatively new to reading headers, this presentation has helped me understand what I am looking at. The tools that were mentioned will definitely make debugging RESTful APIs.

Good detail. Most interesting to me was the part at the end about HTTP 2.0.

An overview of the basics of the nuts and bolts of the HTTP protocol. A great view for the bulk of PHP developers that only see $_GET and $_POST.

Extremely interesting talk and a nice explanation how HTTP work. I'm sure it was giving to a lot of developers!

I've debugged a few HTTP issue in the past, but this talk showed be a few things I hadn't heard about. Good for beginners and advanced people.