Top "Cyclone" questions

cyclone is a python web framework, a clone of facebook's tornado, on top of twisted.

tornado maps GET and POST arguments to lists. How can I disable this "feature"?

The HTTPRequest class in the tornado* web framework helpfully maps GET and POST arguments to lists. I understand why -- …

python json tornado cyclone
Apache ab will not work - ab: invalid URL when testing python cyclone

I am trying to ab test cyclone. When I run ab -n 2000 -c 25 http://127.0.0.1 I get ab: invalid URL. Well...…

nginx apachebench cyclone