HTTPX v0.0.12 HTTPX.Response View Source

HTTP response.

Link to this section Summary

Types

t()

HTTP response

Link to this section Types

Link to this type t() View Source
t() :: %HTTPX.Response{
  body: binary() | map() | list(),
  headers: [{String.t(), String.t()}],
  status: pos_integer()
}

HTTP response.