Mechanize v0.1.0 Mechanize.Request View Source

Link to this section Summary

Link to this section Types

Specs

body() :: {atom(), Enum.t()} | binary()

Specs

params() :: Enum.t()

Specs

t() :: %Mechanize.Request{
  body: body(),
  headers: Mechanize.Header.headers(),
  method: atom(),
  params: params(),
  url: binary()
}

Link to this section Functions