Cookies

  1. Assert that a GET request to "/api/level19" returns a 200 status code.
  2. Assert that a GET request to "/api/level19" with a cookie named "Flavor" and value of "Chocolate Chip", returns
    Yum yum.
  3. Assert that a GET request to "/api/level19" with a cookie named "GiveMe" and value of "ACookie", returns a response with the "set-cookie" header present.
Eggscellent