Hi, I have chatted with some of you on IRC, but today's DDoS on FreeNode made me resort to the list :P
So basically I'm writting a C++/Qt web framework, and because uWSGI allows me to get all uWSGI goodies without worrying to create parsers I created a plugin. It's almost done thanks to some people on IRC but I still have two issues, how do I iterate over wsgi_request->headers (trying to access any struct member crashes the app), and how should I handle loading application on init_apps(), by this I unsure because this method doesn't have arguments and so from where could I get the path to the apps to load. Besides that it's working great already, if you want to take a look at the code it is in: https://gitorious.org/cutelyst there is a uwsgiEngine dir containing the plugin. Thanks, -- Daniel Nicoletti KDE Developer - http://dantti.wordpress.com _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
