http-write-timeout
This parameter is actually not related to write requests, but to the time permitted to write a response to an HTTP request.
It is used to set this timeout in the Go net/http.Server, whose documentation is close to what ours should be.
See this issue