Part of twisted.web2.stream View Source View In Hierarchy
Known implementations: twisted.web2.stream.CompoundStream, twisted.web2.stream.FileStream
Method | read | Read some data. If sendfile == False, returns an object conforming to the buffer interface, or else a Deferred. |
Read some data. If sendfile == False, returns an object conforming to the buffer interface, or else a Deferred.
If sendfile == True, returns either the above, or a SendfileBuffer.