UAInspector v0.19.0 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
Sends a bot check request to a pool worker.
Link to this function
child_spec()
View Source
child_spec()
View Source
child_spec() :: Supervisor.Spec.spec()
child_spec() :: Supervisor.Spec.spec()
Returns poolboy child specification for supervision tree.
Link to this function
hbbtv?(ua) View Source
Sends a HbbTV check request to a pool worker.
Link to this function
parse(ua)
View Source
parse(ua)
View Source
parse(String.t() | nil) :: UAInspector.Result.t()
parse(String.t() | nil) :: UAInspector.Result.t()
Sends a parse request to a pool worker.
Link to this function
parse_client(ua)
View Source
parse_client(ua)
View Source
parse_client(String.t() | nil) :: UAInspector.Result.t()
parse_client(String.t() | nil) :: UAInspector.Result.t()
Sends a client parse request to a pool worker.