Crawler v0.3.0 Crawler.Fetcher.Requester
Makes HTTP requests.
Link to this section Summary
Functions
Examples
Link to this section Functions
Link to this function
make(opts)
Examples
iex> Requester.make(url: "fake_url")
{:error, %HTTPoison.Error{id: nil, reason: :nxdomain}}