Update README.md

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

View File

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