zostay / RakuWAPI

The Web API for Raku (RakuWAPI)
Artistic License 2.0
24 stars 5 forks source link

Consider how to add buffered input back #18

Open zostay opened 9 years ago

zostay commented 9 years ago

With #14, input buffering will go away, but sometimes it is handy. In some protocols, e.g., CGI, the body is almost inherently buffered and it could be handy in these cases to recover the file handle. It might also be helpful for middleware to be able to add buffering to an existing unbuffered server.