View Source Snap.HTTPClient.Response (Snap v0.11.1)

Response of a http request.

Summary

Types

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