_write(data)
Buffer the bytes data for transmission to the client. It’s okay if this method actually transmits the data; BaseHandler
just separates write and flush operations for greater efficiency when the underlying system actually has such a distinction.
Please login to continue.