Crawly v0.2.0 Crawly.Request View Source

Request wrapper

Defines Crawly request structure.

Link to this section Summary

Link to this section Types

Link to this type

header() View Source
header() :: {key(), value()}

Link to this type

option() View Source
option() :: {atom(), binary()}

Link to this type

t() View Source
t() :: %Crawly.Request{
  headers: [header()],
  options: [option()],
  prev_response: %{},
  url: binary()
}