## Background I left some functionalities TODO when implementing client and server. They include `Expect: 100-continue`, `Connection: keep-alive`, `HEAD` method, etc. ## Goal I will add the functionalities described above. Also, I will add tests for server and client since I have already done with basic components. ## Approach ### Overview I will implement them incrementally referring to the source code. ### Todo - [x] Essential components ## Frequency Weekly ## Deadline 2024/2 ## References [net/http source code](https://github.com/golang/go/tree/master/src/net/http) ## Notes None