diff --git a/subjects/localhost/README.md b/subjects/localhost/README.md index 94cc808f..03c64f2a 100644 --- a/subjects/localhost/README.md +++ b/subjects/localhost/README.md @@ -29,6 +29,7 @@ Server is Runing in http://[IP]:[PORT] - Your server must receive a request from the browser and send a response using the HTTP header and body - Your server must call `select` function (or equivalent function) one time only - You must manage chunked and unchunked request. +- You must manage http code, also redirections. here is an example of an HTTP request with `GET` method