Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 253 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 253 Bytes

Three different implementations of a simple, imaginary Cookie rest interface

  • Add a cookie: POST /rest/cookie
  • Get the all the cookies: GET /rest/cookie
  • Get a cookie by id: GET /rest/cookie/:id
  • Remove cookie: DELETE /rest/cookie/:id