View Source HTTPX.Response (HTTPX v0.1.9)

HTTP response.

Summary

Types

t()

HTTP response.

Types

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

HTTP response.