UAInspector v0.16.1 UAInspector.Pool View Source

Connects the plain UAInspector interface with the underlying pool.

Link to this section Summary

Functions

Sends a bot check request to a pool worker

Returns poolboy child specification for supervision tree

Sends a HbbTV check request to a pool worker

Sends a parse request to a pool worker

Sends a client parse request to a pool worker

Link to this section Functions

Link to this function bot?(ua) View Source
bot?(String.t()) :: boolean()

Sends a bot check request to a pool worker.

Returns poolboy child specification for supervision tree.

Link to this function hbbtv?(ua) View Source
hbbtv?(String.t()) :: false | String.t()

Sends a HbbTV check request to a pool worker..

Sends a parse request to a pool worker.

Link to this function parse_client(ua) View Source
parse_client(String.t()) :: map()

Sends a client parse request to a pool worker.