Better `Request.write`
As an improvement to the request body write()
method, provide a write object that has an explicit close()
method and can be used as a context manager. It should ignore empty strings (which act as an EOM marker for the current write()
method).