Want to create an interactive transcript for this episode?
Podcast: Software Engineering Daily
Episode: HTTP with Julia Evans (Summer Break Repeat)
Description: Originally published November 21, 2019. We are taking a few weeks off. Weβll be back soon with new episodes.HTTP is a protocol that allows browsers and web applications to communicate across the Internet.Everyone knows that HTTP is doing some important work, because βHTTPβ is at the beginning of most URLs that you enter into your browser. You might be familiar with the request/response model, and HTTP request methods such as GET, PUT, and POST. But unless you have had a reason to learn more about the details of HTTP, you probably donβt know muc...