Crawler v0.3.0 Crawler.Fetcher.Requester

Makes HTTP requests.

Link to this section Summary

Link to this section Functions

Examples

iex> Requester.make(url: "fake_url")
{:error, %HTTPoison.Error{id: nil, reason: :nxdomain}}