From 5824b1e8359ba3afb880ee476959ec7b9d44a104 Mon Sep 17 00:00:00 2001 From: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com> Date: Fri, 22 Jul 2022 15:58:57 +0100 Subject: [PATCH] Update README.md --- subjects/localhost/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/localhost/README.md b/subjects/localhost/README.md index 03c64f2a..7ac979bd 100644 --- a/subjects/localhost/README.md +++ b/subjects/localhost/README.md @@ -29,7 +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. +- You must set the right status for each response here is an example of an HTTP request with `GET` method