Euros v0.2.1 Euros.HTTP View Source

Provides the functioin for get a web page

Examples

iex> Euros.HTTP.fetch_pages("http://example.com")
%HTTPoison.Response{body: "<!doctype html>...<html>",
headers: [{"Cache-Control", "max-age=604800"},...{"Content-Length", "1270"}],
request_url: "http://example.com",
status_code: 200}

Link to this section Summary

Functions

Get a web page

Get a web page

Link to this section Functions

Get a web page

Link to this function fetch_pages(url, option) View Source

Get a web page