HTTPX v0.1.0 HTTPX.Response View Source

HTTP response.

Link to this section Summary

Types

t()

HTTP response.

Link to this section Types

Specs

t() :: %HTTPX.Response{
  body: binary() | map() | list(),
  headers: [{String.t(), String.t()}],
  status: pos_integer()
}

HTTP response.