From 5ff06919be80b1bb67f2e1642561c41708f6809e Mon Sep 17 00:00:00 2001 From: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com> Date: Thu, 21 Jul 2022 12:43:21 +0100 Subject: [PATCH] Update README.md --- subjects/localhost/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/subjects/localhost/README.md b/subjects/localhost/README.md index 31861ada..27bda5dd 100644 --- a/subjects/localhost/README.md +++ b/subjects/localhost/README.md @@ -27,6 +27,7 @@ Server is Runing in http://[IP]:[PORT] - You must use the enverement paramatre of cgi. - 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. here is an example of an HTTP request with `GET` method