Class BoundaryIter

A Producer that is sensitive to boundaries.

Declaration

class BoundaryIter
source link

Documentation

Will happily yield bytes until a boundary is found. Will yield the bytes
before the boundary, throw away the boundary bytes themselves, and push the
post-boundary bytes back on the stream.

The future calls to next() after locating the boundary will raise a
StopIteration exception.

Methods