Crate haproxy_api[][src]

Expand description

HAProxy 2.x Lua API

Intended to be used together with mlua in a module mode.

Please see the Lua API documentation for details.

Structs

The “Converters” class allows to call a lot of internal HAProxy sample converters.

The “Core” class contains all the HAProxy core functions.

The “Fetches” class allows to call a lot of internal HAProxy sample fetches.

The “Http” class contain all the HTTP manipulation functions.

The “Proxy” class provides a way for manipulating proxy and retrieving information like statistics.

The “Server” class provides a way for manipulating servers and retrieving information.

The “StickTable” class can be used to access the HAProxy stick tables.

The txn class contain all the functions relative to the http or tcp transaction.

Enums

Functions