Search...

K

Simple Server - Http Methods

Write a simple server to handle the following GET /books PUT /books DELETE /books GET /books/author/ POST /books/author/ PUT /books/author/

NB. Whatever the response for each of this endpoints, is up to you to decide