Http

What is HTTP?

HyperText Transfer Protocol

  • Client/Server model or request/response model
  • Stateless a lot of application maintain state via session/cookie
  • Application Layer internally uses TCP protocol. TCP defines how the data is read/decoded
  • Client Action (GET, PUT/POST, DELETE, PATCH)
  • Server Status Codes
  • Headers