HTTPoison v1.5.1 HTTPoison.Response View Source

Link to this section Summary

Link to this section Types

Link to this type

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