http-server-simple icon indicating copy to clipboard operation
http-server-simple copied to clipboard

A Perl 6 implementation of the Perl 5 HTTP::Server::Simple::PSGI

Results 4 http-server-simple issues
Sort by recently updated
recently updated
newest added

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?