HTTP APIs

  • Explore the http protocol in more depth
  • Understand the difference between GET and POST http requests
  • Be able to trace a http request/response cycle

Objectives

  • Implement a simple coffeemate API in Play
  • Translate the coffemate objects itnto Json format.
  • Generate and trace requests to the API using the chrome browser.