HTTP
- HTTP is a common networking protocol
- HTTP thinks about the world in terms of resources (identified by a URL)
- You interact with resources according to a standard verb (GET, POST, PUT, DELETE, etc)
- Many networked services "speak" HTTP
- Your browser makes HTTP requests to websites
- HTTP is a pretty non-opinionated tool
5 / 27