Skip to content
daurnimator edited this page May 6, 2016 · 2 revisions

How do I use lua-http on windows?

At the moment, sadly, you cannot.

lua-http heavily depends upon cqueues which does not work on windows. Follow https://github.com/wahern/cqueues/issues/35 to be kept up to date.

How do I use lua-http from openresty?

Openresty does not expose a "wait for fd" API as required by cqueues. See https://github.com/openresty/lua-nginx-module/pull/450