HTTP-Easy
HTTP-Easy copied to clipboard
Make HTTP servers (with PSGI support) easily with Raku
Hi, I am currently doing stuff with file uploads as multipart/form-data and i guess the ascii encode blows up because you can not be sure that you dont have binary...
`perl6 -e 'use HTTP::Easy::PSGI; HTTP::Easy::PSGI.new(:port(5000)).handle(sub (%e) { });'` if something is already listening on port 5000, it will print: `[2015-07-15T06:48:11Z] Started HTTP server.` but of course it won't get any...
Not sure how long this has been broken, but yeah, if you try to use a multipart/form-data POST with a file attachment, stuff breaks, badly.
No tests
This module is included in Rakudo \* - the lack of tests make it very hard to insure we haven't broken anything in a new Star release.