daurnimator/lua-http

daurnimator/lua-http

Over the last few weeks, I’ve been working on new lua library in my free time.

Announcing: “lua-http”.

It’s a fresh take on a http library for lua. Designed it with HTTP2 in mind from the start, it caters for both clients and servers.

All network operations are non-blocking, yet also work outside of a coroutine. This allows for lua-http to be used in any lua project, application or script.