Browse Source

Merge branch 'DEV-3228-DEV-3229-web-server-subject' of https://github.com/01-edu/public into DEV-3228-DEV-3229-web-server-subject

DEV-3175-new-go-exercise-printfirsthalf
zainabdnaya 2 years ago
parent
commit
5b05f1e873
  1. 1
      subjects/localhost/README.md

1
subjects/localhost/README.md

@ -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 set the right status for each response
here is an example of an HTTP request with `GET` method

Loading…
Cancel
Save