The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

PApp::FormBuffer - a re-blocking buffer for multipart streams

SYNOPSIS

 use PApp::FormBuffer;
 # not yet

DESCRIPTION

In flux ;-> See parse_multipart_form in PApp.

new attr => val, ...

 fh         filehandle to use (only read()) is ever called
 boundary   the "file"-part boundary
 rsize      max. number of bytes to read
 bufsize    the approx. buffer size (def. 32768)

supported methods

 READ
 READLINE
 EOF

 skip_boundary

FINAL WORDS

Boy, was this a mess to write :(

SEE ALSO

PApp.

AUTHOR

 Marc Lehmann <pcg@goof.com>
 http://www.goof.com/pcg/marc/