Your task is to implement a very simple HTTP server. Your server should respond to the HEAD and GET verbs as described below and for all other verbs reply with a 501 error message and an empty body.
You should only allow request for the boot document (/) all other documents should report 404 errors.
Comments
Leave a comment