Pumba (Pumba v0.0.1) View Source

Documentation for Pumba

Link to this section Summary

Functions

Get current state.

Fetch and load user agents for a given browser.

Fetch random user agent.

Override default client with your own client.

Link to this section Functions

Specs

all() :: map()

Get current state.

Specs

load(String.t()) :: :ok

Fetch and load user agents for a given browser.

Specs

random() :: String.t() | nil

Fetch random user agent.

Specs

set_client(module()) :: :ok

Override default client with your own client.