Tiny_httpd_multipart_form_data.Private_
/
type chunk =
| Delim
| Eof
| Read of int
val read_chunk_ : st -> bytes -> int -> int -> chunk