ExRets v0.1.1 ExRets.HttpResponse View Source

An HTTP response.

Link to this section Summary

Types

HTTP response body

HTTP status code

t()

HTTP response

Link to this section Types

Link to this type

body()

View Source (since 0.1.0)
body() :: String.t()

HTTP response body

Link to this type

status()

View Source (since 0.1.0)
status() :: non_neg_integer()

HTTP status code

Link to this type

t()

View Source (since 0.1.0)
t() :: %ExRets.HttpResponse{
  body: body(),
  headers: ExRets.HttpClient.headers(),
  status: status()
}

HTTP response