Mechanize v0.1.0 Mechanize.Response View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Mechanize.Response{
  body: term(),
  code: integer(),
  headers: list(),
  location: String.t(),
  url: String.t()
}

Link to this section Functions