Browse Source

Update README.md

pull/1348/head
Hamza elkhatri 2 years ago committed by GitHub
parent
commit
6f3c37ef1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/localhost/README.md

2
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

Loading…
Cancel
Save