http-server-simple
http-server-simple copied to clipboard
A Perl 6 implementation of the Perl 5 HTTP::Server::Simple::PSGI
Hey, This line was emitting a warning: ``` Code object coerced to string (please use .gist or .perl to do that) in method new at lib/HTTP/Server/Simple.pm6:24 ``` I couldn't see...
Hello, first of all, thank you for a great job! This is an awesome server for my needs. Just one detail: I've got a few warnings at startup in a...
I was migrating from HTTP::Easy to your module when i found out that psgi.input is not supported. Is there any planned support for that?