366
366
def accept_bytes(self, bytes):
367
367
"""Accept bytes for inclusion in this request.
370
370
called. It depends upon the Medium whether or not the bytes will be
371
371
immediately transmitted. Message based Mediums will tend to buffer the
372
372
bytes until finished_writing() is called.