HTTP Under the Hood: Here's What Actually Happens
Most backend engineers think that HTTP is a stateless request-response protocol. That's technically correct but not complete. For the last few days I have been reading a lot about HTTP in depth. I'm going to talk about same in this post. In This Post * What is
Read more