Scrappy v0.1.0 Scrappy.Session View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Scrappy.Session{
  body: String.t(),
  cookies: List.t(),
  status: atom(),
  url: String.t()
}