3.4.3. Advanced features : Scripting

  1. HAProxy can be built with support for the Lua embedded language, which opens a
  2. wide area of new possibilities related to complex manipulation of requests or
  3. responses, routing decisions, statistics processing and so on. Using Lua it is
  4. even possible to establish parallel connections to other servers to exchange
  5. information. This way it becomes possible (though complex) to develop an
  6. authentication system for example. Please refer to the documentation in the file
  7. "doc/lua-api/index.rst" for more information on how to use Lua.