dev-master
9999999-devA library for handling Mongrel2 messages via ZeroMQ.
MIT
The Requires
library http request response message zeromq mongrel2
A library for handling Mongrel2 messages via ZeroMQ.
A Handler library for Mongrel2 and the according ZeroMQ message protocol., (*1)
This library is capable of reading requests and writing responses in mongrel2 message format over zeromq.
The resulting data objects are Request
and Response
, which are modelled after the PHP SAPI with its $_GET, $_POST, $_SERVER, ...
arrays., (*2)
Have a look at example/handler.php
., (*3)
The mapping of requests is quite complete, except the handling of file uploads and populating the $_FILES
array due to a missing multipart/*
parser., (*4)
Also more complex scenarios like async-file-uploads or websockets are not yet handled., (*5)
Any help in improving this library is appreciated :), (*6)
A library for handling Mongrel2 messages via ZeroMQ.
MIT
library http request response message zeromq mongrel2