HTTP

  • HTTP is a very common networking protocol
  • Many networked APIs "speak" HTTP
  • HTTP messages can be requests or responses. Each has a slightly different shape
  • URLs identify what "resource" you want to interact with
  • Requests and responses can store data in a few different places

5 / 21