Cartel v0.1.1 Cartel.Response View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Cartel.Response{
  body: term(),
  headers: list(),
  request: Cartel.Request.t(),
  status_code: integer()
}