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

Converters

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

Core

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

Fetches

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

Headers
Http

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

Proxy

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

Server

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

StickTable

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

Time
Txn

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

Enums

Action
LogLevel
ServiceMode

Functions

create_async_function