> Thanks, Roberto. I will look at that.
>
> However, my question may have been unclear. My main - or at least
> initial - objective is not to develop a uWSGI plugin for Racket, but a
> Racket library that handles communication with the HTTP server using
> the uwsgi protocol. Perhaps I misunderstand how uWSGI works, but I
> think those are, or can be, two different things.


Yes, tow different things, the procotol is named 'uwsgi' and it is
described here:

http://uwsgi-docs.readthedocs.org/en/latest/Protocol.html

a fast parser in C is here:

https://github.com/unbit/vpn-ws/blob/master/src/uwsgi.c#L9

or in perl

http://cpansearch.perl.org/src/UNBIT/Net-uwsgi-1.1/lib/Net/uwsgi.pm

-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to