httprot
use HTTProt
body = HTTP.get!("http://elixir-lang.org") |> HTTP.Response.body
IO.inspect Regex.run(~r{<title>(.*)</title>}, body)
use HTTProt
body = HTTP.get!("http://elixir-lang.org") |> HTTP.Response.body
IO.inspect Regex.run(~r{<title>(.*)</title>}, body)