Crawly.Response (Crawly v0.12.0) View Source
Define Crawly response structure
Link to this section Summary
Link to this section Types
Specs
t() :: %Crawly.Response{
  body: term(),
  headers: list(),
  request: Crawly.Request.t(),
  request_url: Crawly.Request.url(),
  status_code: integer()
}
      