View Source ExCrawlzy.BrowserClients (ExCrawlzy v0.1.1)

Simulation of real clients from different browsers in order to avoid bot detection

Summary

Functions

Creates a client adding the headers in the config

Types

@type client() :: [header()]
@type header() :: {String.t(), String.t()}

Functions

@spec create_client(client()) :: Tesla.Client.t()

Creates a client adding the headers in the config