Changes for version 0.65
- ~300% Faster urldecode
- Any HTTP methods now supported. Server just parses headers, use $cgi->fh to process body of PUT or other methods
- Added ->flush_wait and ->give_up_handle methods in HTTP::Server::EV::Buffer
- Fixed stack corruption, thanx Edgar Fuß
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
Port listener