Snap.HTTPClient.Response (Snap v0.13.0)
View SourceResponse 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() }