381
381
def accept_bytes(self, bytes):
382
382
"""Accept bytes for inclusion in this request.
385
385
called. It depends upon the Medium whether or not the bytes will be
386
386
immediately transmitted. Message based Mediums will tend to buffer the
387
387
bytes until finished_writing() is called.