Assent.HTTPAdapter.HTTPResponse (Assent v0.1.27) View Source

Struct used by HTTP adapters to normalize HTTP responses.

Link to this section Summary

Link to this section Types

Specs

header() :: {binary(), binary()}

Specs

t() :: %Assent.HTTPAdapter.HTTPResponse{
  body: binary(),
  headers: [header()],
  status: integer()
}