Snap.HTTPClient.Response (Snap v0.13.0)

View Source

Response of a http request.

Summary

Types

status()

@type status() :: non_neg_integer()

t()

@type t() :: %Snap.HTTPClient.Response{
  body: Snap.HTTPClient.body(),
  headers: Snap.HTTPClient.headers(),
  status: status()
}