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