Crawly v0.9.0 Crawly.Response View Source

Define Crawly response structure

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Crawly.Response{
  body: term(),
  headers: list(),
  request: Crawly.Request.t(),
  request_url: Crawly.Request.url(),
  status_code: integer()
}