Cancel and Timeout in net/http
This page is a series of Design Http Client And Comparing to Standard Lib, there it mainly discussed the design of http client by myself and field RoundTripper.
In this pessage, we will continue to look up the field timeout
, also explore how the send/write could be controled by caller to avoid blocking in net/http.