add condition of http code and redirections

This commit is contained in:
Hamza elkhatri 2022-07-22 15:40:40 +01:00 committed by mikysett
parent 0b4d914093
commit 2af3808b9a
1 changed files with 1 additions and 0 deletions

View File

@ -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