The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.4

  • Written tests
  • HTTP::Server::EV::PortListener module
  • Rewritten disk IO code. Now it can use built in perl functions or IO::AIO module.
  • Fixed segfault when uploading zero size file
  • Multipart processing callbacks.
  • Coro support

Modules

Asynchronous HTTP server written in C with request parser.
Internal class used by HTTP::Server::EV::CGI for proxifying output to correct HTTP::Server::EV::Buffer.
Non-blocking output buffer.
Contains http request data and some extra functions.
Implments HTTP::Server::EV::MultipartFile using IO::AIO
Implments HTTP::Server::EV::MultipartFile using perlio functions.
represents file received by HTTP::Server::EV